Berkeley DB
version 4.2.52

Uses of Class
com.sleepycat.bdb.DataCursor

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

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.