Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
Database.FileFormat |
Database.getFileFormat()
Returns the FileFormat of this database (which may involve inspecting the
database itself).
|
static Database.FileFormat |
Database.FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.FileFormat[] |
Database.FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Database |
DatabaseBuilder.create(Database.FileFormat fileFormat,
File mdbFile)
Create a new Database for the given fileFormat
|
DatabaseBuilder |
DatabaseBuilder.setFileFormat(Database.FileFormat fileFormat)
Sets the version of new database (
DatabaseBuilder.create() only). |
Modifier and Type | Method and Description |
---|---|
Database.FileFormat |
DatabaseImpl.getFileFormat() |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,Database.FileFormat> |
JetFormat.getPossibleFileFormats() |
Modifier and Type | Method and Description |
---|---|
static DatabaseImpl |
DatabaseImpl.create(Database.FileFormat fileFormat,
File mdbFile,
FileChannel channel,
boolean autoSync,
Charset charset,
TimeZone timeZone)
Create a new Database for the given fileFormat
|
static DatabaseImpl.FileFormatDetails |
DatabaseImpl.getFileFormatDetails(Database.FileFormat fileFormat) |
Constructor and Description |
---|
DatabaseImpl(File file,
FileChannel channel,
boolean closeChannel,
boolean autoSync,
Database.FileFormat fileFormat,
Charset charset,
TimeZone timeZone,
CodecProvider provider)
Create a new database by reading it in from a FileChannel.
|
Copyright © 2005–2018. All rights reserved.