Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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
|
protected DatabaseImpl |
BaseEvalContext.getDatabase() |
DatabaseImpl |
ColumnImpl.getDatabase() |
protected DatabaseImpl |
DBEvalContext.getDatabase() |
DatabaseImpl |
TableImpl.getDatabase() |
DatabaseImpl |
UsageMap.getDatabase() |
static DatabaseImpl |
DatabaseImpl.open(File mdbFile,
boolean readOnly,
FileChannel channel,
boolean autoSync,
Charset charset,
TimeZone timeZone,
CodecProvider provider)
Open an existing Database.
|
Modifier and Type | Method and Description |
---|---|
static long |
ColumnImpl.fromDateDouble(double value,
DatabaseImpl db)
Returns a java long time value converted from an access date double.
|
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 double |
ColumnImpl.toDateDouble(Object value,
DatabaseImpl db)
Returns an access date double converted from a java Date/Calendar/Number
time value.
|
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) |
TableImpl(DatabaseImpl database,
ByteBuffer tableBuffer,
int pageNumber,
String name,
int flags) |
TableMutator(DatabaseImpl database) |
Copyright © 2005–2018. All rights reserved.