Uses of Class
com.healthmarketscience.jackcess.impl.DatabaseImpl
-
Packages that use DatabaseImpl Package Description com.healthmarketscience.jackcess.impl -
-
Uses of DatabaseImpl in com.healthmarketscience.jackcess.impl
Methods in com.healthmarketscience.jackcess.impl that return DatabaseImpl Modifier and Type Method Description static DatabaseImplDatabaseImpl. create(Database.FileFormat fileFormat, Path mdbFile, FileChannel channel, boolean autoSync, Charset charset, TimeZone timeZone)Create a new Database for the given fileFormatDatabaseImplColumnImpl. getDatabase()DatabaseImplTableImpl. getDatabase()DatabaseImplUsageMap. getDatabase()static DatabaseImplDatabaseImpl. open(Path mdbFile, boolean readOnly, FileChannel channel, boolean autoSync, Charset charset, TimeZone timeZone, CodecProvider provider, boolean ignoreSystemCatalogIndex)Open an existing Database.Methods in com.healthmarketscience.jackcess.impl with parameters of type DatabaseImpl Modifier and Type Method Description voidPageChannel. initialize(DatabaseImpl database, CodecProvider codecProvider)Does second-stage initialization, must be called after construction.static UsageMapUsageMap. read(DatabaseImpl database, ByteBuffer buf)static StringByteUtil. toHexString(DatabaseImpl db, int pageNumber, int size)Convert the given number of bytes from the given database page to a hexidecimal string for display.static ObjectColumnImpl. toInternalValue(DataType dataType, Object value, DatabaseImpl db)Converts the given value to the "internal" representation for the given data type.Constructors in com.healthmarketscience.jackcess.impl with parameters of type DatabaseImpl Constructor Description DBEvalContext(DatabaseImpl db)RelationshipCreator(DatabaseImpl database)RowEvalContext(DatabaseImpl db)TableCreator(DatabaseImpl database)
-