| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.DatabaseType
public final class DatabaseType
Database types.
| Field Summary | |
|---|---|
| static DatabaseType | BTREEThe database is a Btree. | 
| static DatabaseType | HASHThe database is a Hash. | 
| static DatabaseType | HEAPThe database is a Heap. | 
| static DatabaseType | QUEUEThe database is a Queue. | 
| static DatabaseType | RECNOThe database is a Recno. | 
| static DatabaseType | UNKNOWNThe 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 HEAP
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 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||