| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| Modifier and Type | Method and Description |
|---|---|
DbType |
DatabaseImpl.getDbType() |
static DbType |
DbType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbType[] |
DbType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseImpl |
DbTree.openNonRepInternalDB(DbType dbType)
Opens (or creates if it does not exist) an internal, non-replicated DB.
|
Copyright © 2024. All rights reserved.