Uses of Class
com.healthmarketscience.jackcess.Database.FileFormat

Packages that use Database.FileFormat
com.healthmarketscience.jackcess   
com.healthmarketscience.jackcess.impl   
com.healthmarketscience.jackcess.util   
 

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 that return types with arguments of type Database.FileFormat
protected abstract  Map<String,Database.FileFormat> JetFormat.getPossibleFileFormats()
           
 

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)
           
 

Constructors in com.healthmarketscience.jackcess.impl with parameters of type Database.FileFormat
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.
 

Uses of Database.FileFormat in com.healthmarketscience.jackcess.util
 

Fields in com.healthmarketscience.jackcess.util declared as Database.FileFormat
static Database.FileFormat CustomLinkResolver.DEFAULT_FORMAT
          the default file format used for temp dbs
 

Methods in com.healthmarketscience.jackcess.util that return Database.FileFormat
protected  Database.FileFormat CustomLinkResolver.getDefaultFormat()
           
 

Methods in com.healthmarketscience.jackcess.util with parameters of type Database.FileFormat
protected  Database CustomLinkResolver.createTempDb(Object customFile, Database.FileFormat format, boolean inMemory, File tempDir)
          Creates a temporary database for holding the table data from linkeeFileName.
 

Constructors in com.healthmarketscience.jackcess.util with parameters of type Database.FileFormat
CustomLinkResolver(Database.FileFormat defaultFormat, boolean defaultInMemory, File defaultTempDir)
          Creates a CustomLinkResolver with the given default behavior for creating temp dbs.
 



Copyright © 2005-2017 Health Market Science. All Rights Reserved.