Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
DatabaseBuilder |
DatabaseBuilder.setCodecProvider(CodecProvider codecProvider)
Sets the CodecProvider for handling page encoding/decoding, may be
null if no special encoding is necessary |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCodecProvider
Default implementation of CodecProvider which does not have any actual
encoding/decoding support.
|
Modifier and Type | Field and Description |
---|---|
static CodecProvider |
DefaultCodecProvider.INSTANCE
common instance of DefaultCodecProvider
|
Modifier and Type | Method and Description |
---|---|
void |
PageChannel.initialize(DatabaseImpl database,
CodecProvider codecProvider)
Does second-stage initialization, must be called after construction.
|
static DatabaseImpl |
DatabaseImpl.open(Path mdbFile,
boolean readOnly,
FileChannel channel,
boolean autoSync,
Charset charset,
TimeZone timeZone,
CodecProvider provider,
boolean ignoreSystemCatalogIndex)
Open an existing Database.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.