|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Database.FileFormat | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of Database.FileFormat in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return Database.FileFormat | |
|---|---|
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. |
| Methods in com.healthmarketscience.jackcess with parameters of type Database.FileFormat | |
|---|---|
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). |
| Uses of Database.FileFormat in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return Database.FileFormat | |
|---|---|
Database.FileFormat |
DatabaseImpl.getFileFormat()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type Database.FileFormat | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||