Uses of Class
org.hypergraphdb.transaction.BDBTxCursor

Packages that use BDBTxCursor
org.hypergraphdb.storage   
org.hypergraphdb.transaction   
 

Uses of BDBTxCursor in org.hypergraphdb.storage
 

Constructors in org.hypergraphdb.storage with parameters of type BDBTxCursor
IndexResultSet(BDBTxCursor cursor, com.sleepycat.db.DatabaseEntry keyIn, ByteArrayConverter<T> converter)
          Construct a result set matching a specific key.
KeyScanResultSet(BDBTxCursor cursor, com.sleepycat.db.DatabaseEntry keyIn, ByteArrayConverter<T> converter)
           
SingleKeyResultSet(BDBTxCursor cursor, com.sleepycat.db.DatabaseEntry key, ByteArrayConverter<T> converter)
           
SingleValueResultSet(BDBTxCursor cursor, com.sleepycat.db.DatabaseEntry keyIn, ByteArrayConverter<T> converter)
           
 

Uses of BDBTxCursor in org.hypergraphdb.transaction
 

Methods in org.hypergraphdb.transaction that return BDBTxCursor
 BDBTxCursor TransactionBDBImpl.attachCursor(com.sleepycat.db.Cursor cursor)