|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dbc | |
com.sleepycat.bdb | Core database classes for defining an environment, creating data stores, and running transactions [reference guide] |
com.sleepycat.db | Java API programming notes [reference guide] |
Uses of Dbc in com.sleepycat.bdb |
Methods in com.sleepycat.bdb that return Dbc | |
Dbc |
DataDb.openCursor(boolean writeCursor)
Opens a cursor for this database. |
Dbc |
DataDb.dupCursor(Dbc cursor,
boolean writeCursor,
int flags)
Duplicates a cursor for this database. |
Methods in com.sleepycat.bdb with parameters of type Dbc | |
int |
DataDb.get(Dbc cursor,
DataThang key,
DataThang val,
int flags)
Performs a general database 'get' operation via a cursor. |
int |
DataDb.put(Dbc cursor,
DataThang key,
DataThang data,
int flags)
Performs a general database 'put' operation via a cursor. |
Dbc |
DataDb.dupCursor(Dbc cursor,
boolean writeCursor,
int flags)
Duplicates a cursor for this database. |
void |
DataDb.closeCursor(Dbc cursor)
Closes a cursor for this database. |
Uses of Dbc in com.sleepycat.db |
Methods in com.sleepycat.db that return Dbc | |
Dbc |
Dbc.dup(int flags)
The Dbc.dup method creates a new cursor that uses the same transaction and locker ID as the original cursor. |
Dbc |
Db.cursor(DbTxn txnid,
int flags)
The Db.cursor method returns a created database cursor. |
Dbc |
Db.join(Dbc[] curslist,
int flags)
The Db.join method creates a specialized join cursor for use in performing equality or natural joins on secondary indices. |
Methods in com.sleepycat.db with parameters of type Dbc | |
Dbc |
Db.join(Dbc[] curslist,
int flags)
The Db.join method creates a specialized join cursor for use in performing equality or natural joins on secondary indices. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |