|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.DatabaseType
public final class 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. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
Method Detail |
---|
public String toString()
toString
in class Object
|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |