Elexis API documentation
Version 2.1.6 as of January 22 2012

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

Packages that use Database.FileFormat
com.healthmarketscience.jackcess   
 

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(java.lang.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 Database.create(Database.FileFormat fileFormat, java.io.File mdbFile)
          Create a new Database for the given fileFormat Equivalent to: create(fileFormat, mdbFile, DEFAULT_AUTO_SYNC);
static Database Database.create(Database.FileFormat fileFormat, java.io.File mdbFile, boolean autoSync)
          Create a new Database for the given fileFormat
static Database Database.create(Database.FileFormat fileFormat, java.io.File mdbFile, boolean autoSync, java.nio.charset.Charset charset, java.util.TimeZone timeZone)
          Create a new Database for the given fileFormat
 


Elexis API documentation
Version 2.1.6 as of January 22 2012

Copyright 2005-2011 by Gerry Weirich, Elexis