| Package | Description | 
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | 
| 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 
 | 
static DataType | 
DataType.fromSQLType(int sqlType,
           int lengthInUnits,
           Database.FileFormat fileFormat)  | 
DatabaseBuilder | 
DatabaseBuilder.setFileFormat(Database.FileFormat fileFormat)
Sets the version of new database ( 
DatabaseBuilder.create() only). | 
ColumnBuilder | 
ColumnBuilder.setSQLType(int type,
          int lengthInUnits,
          Database.FileFormat fileFormat)
Sets the type for the new column based on the given SQL type, target
 data length (in type specific units), and target FileFormat. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Database.FileFormat | 
DatabaseImpl.getFileFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
static DatabaseImpl | 
DatabaseImpl.create(Database.FileFormat fileFormat,
      Path 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)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Database.FileFormat | 
CustomLinkResolver.DEFAULT_FORMAT
the default file format used for temp dbs 
 | 
Copyright © 2005–2025 OpenHMS. All rights reserved.