| Package | Description |
|---|---|
| com.healthmarketscience.jackcess |
| Modifier and Type | Method and Description |
|---|---|
DatabaseBuilder |
DatabaseBuilder.putDatabaseProperty(java.lang.String name,
DataType type,
java.lang.Object value)
Sets the database property with the given name and type to the given
value.
|
DatabaseBuilder |
DatabaseBuilder.putDatabaseProperty(java.lang.String name,
java.lang.Object value)
Sets the database property with the given name to the given value.
|
DatabaseBuilder |
DatabaseBuilder.putSummaryProperty(java.lang.String name,
DataType type,
java.lang.Object value)
Sets the summary database property with the given name and type to
the given value.
|
DatabaseBuilder |
DatabaseBuilder.putSummaryProperty(java.lang.String name,
java.lang.Object value)
Sets the summary database property with the given name to the given
value.
|
DatabaseBuilder |
DatabaseBuilder.putUserDefinedProperty(java.lang.String name,
DataType type,
java.lang.Object value)
Sets the user-defined database property with the given name and type to
the given value.
|
DatabaseBuilder |
DatabaseBuilder.putUserDefinedProperty(java.lang.String name,
java.lang.Object value)
Sets the user-defined database property with the given name to the given
value.
|
DatabaseBuilder |
DatabaseBuilder.setAutoSync(boolean autoSync)
Sets whether or not to enable auto-syncing on write.
|
DatabaseBuilder |
DatabaseBuilder.setChannel(java.nio.channels.FileChannel channel)
Sets a pre-opened FileChannel.
|
DatabaseBuilder |
DatabaseBuilder.setCharset(java.nio.charset.Charset charset)
Sets the Charset to use, if
null, uses default. |
DatabaseBuilder |
DatabaseBuilder.setCodecProvider(CodecProvider codecProvider)
Sets the CodecProvider for handling page encoding/decoding, may be
null if no special encoding is necessary |
DatabaseBuilder |
DatabaseBuilder.setFile(java.io.File mdbFile)
|
DatabaseBuilder |
DatabaseBuilder.setFileFormat(Database.FileFormat fileFormat)
Sets the version of new database (
create() only). |
DatabaseBuilder |
DatabaseBuilder.setReadOnly(boolean readOnly)
Sets flag which, iff
true, will force opening file in
read-only mode (open() only). |
DatabaseBuilder |
DatabaseBuilder.setTimeZone(java.util.TimeZone timeZone)
Sets the TimeZone to use for interpreting dates, if
null, uses
default |