|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseImpl | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of DatabaseImpl in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return DatabaseImpl | |
|---|---|
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 |
DatabaseImpl |
ColumnImpl.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. |
| Methods in com.healthmarketscience.jackcess.impl with parameters of type DatabaseImpl | |
|---|---|
void |
PageChannel.initialize(DatabaseImpl database,
CodecProvider codecProvider)
Does second-stage initialization, must be called after construction. |
static UsageMap |
UsageMap.read(DatabaseImpl database,
ByteBuffer buf,
boolean assumeOutOfRangeBitsOn)
|
static UsageMap |
UsageMap.read(DatabaseImpl database,
int pageNum,
int rowNum,
boolean assumeOutOfRangeBitsOn)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||