Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static DatabaseType |
DatabaseType.BTREE |
The database is a Btree.
|
static DatabaseType |
DatabaseType.HASH |
The database is a Hash.
|
static DatabaseType |
DatabaseType.HEAP |
The database is a Heap.
|
static DatabaseType |
DatabaseType.QUEUE |
The database is a Queue.
|
static DatabaseType |
DatabaseType.RECNO |
The database is a Recno.
|
static DatabaseType |
DatabaseType.UNKNOWN |
The database type is unknown.
|
Modifier and Type | Method | Description |
---|---|---|
DatabaseType |
DatabaseConfig.getType() |
Return the type of the database.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DatabaseConfig.setType(DatabaseType type) |
Configure the type of the database.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.