|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCursor | |
com.sleepycat.bdb | Core database classes for defining an environment, creating data stores, and running transactions [reference guide] |
Uses of DataCursor in com.sleepycat.bdb |
Methods in com.sleepycat.bdb that return DataCursor | |
DataCursor |
DataView.join(DataView[] indexViews,
Object[] indexKeys,
boolean presorted)
Returns a cursor for this view that reads only records having the specified index key values. |
DataCursor |
DataView.join(DataCursor[] indexCursors,
boolean presorted)
Returns a cursor for this view that reads only records having the index key values at the specified cursors. |
Methods in com.sleepycat.bdb with parameters of type DataCursor | |
DataCursor |
DataView.join(DataCursor[] indexCursors,
boolean presorted)
Returns a cursor for this view that reads only records having the index key values at the specified cursors. |
Constructors in com.sleepycat.bdb with parameters of type DataCursor | |
DataCursor(DataCursor other)
Clones a cursor preserving the current position. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |