Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
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
|
DatabaseImpl |
TableImpl.getDatabase() |
DatabaseImpl |
ColumnImpl.getDatabase() |
DatabaseImpl |
UsageMap.getDatabase() |
static DatabaseImpl |
DatabaseImpl.open(Path mdbFile,
boolean readOnly,
FileChannel channel,
boolean autoSync,
Charset charset,
TimeZone timeZone,
CodecProvider provider,
boolean ignoreSystemCatalogIndex)
Open an existing Database.
|
Modifier and Type | Method and Description |
---|---|
void |
PageChannel.initialize(DatabaseImpl database,
CodecProvider codecProvider)
Does second-stage initialization, must be called after construction.
|
static UsageMap |
UsageMap.read(DatabaseImpl database,
ByteBuffer buf) |
static String |
ByteUtil.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 Object |
ColumnImpl.toInternalValue(DataType dataType,
Object value,
DatabaseImpl db)
Converts the given value to the "internal" representation for the given
data type.
|
Constructor and Description |
---|
DBEvalContext(DatabaseImpl db) |
RelationshipCreator(DatabaseImpl database) |
RowEvalContext(DatabaseImpl db) |
TableCreator(DatabaseImpl database) |
Copyright © 2005–2024 OpenHMS. All rights reserved.