|
|
|
Berkeley DB version 4.4.20 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.DatabaseType
Database types.
Field Summary | |
static DatabaseType |
BTREE
The database is a Btree. |
static DatabaseType |
HASH
The database is a Hash. |
static DatabaseType |
QUEUE
The database is a Queue. |
static DatabaseType |
RECNO
The database is a Recno. |
static DatabaseType |
UNKNOWN
The database type is unknown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DatabaseType BTREE
public static final DatabaseType HASH
public static final DatabaseType QUEUE
public static final DatabaseType RECNO
public static final DatabaseType UNKNOWN
|
Berkeley DB version 4.4.20 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |