Database
.
@param txn For a transactional database, an explicit transaction may bespecified, or null may be specified to use auto-commit. For a non-transactional database, null must be specified.
@param databaseName The name of the database.
@param dbConfig The database attributes. If null, default attributesare used.
@return Database handle.
@throws DatabaseExistsException if the database already exists and the{@code DatabaseConfig ExclusiveCreate} parameter is true.
@throws DatabaseNotFoundException if the database does not exist and the{@code DatabaseConfig AllowCreate} parameter is false.
@throws OperationFailureException if one of the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|