com.sleepycat.db
Class JoinCursor

java.lang.Object
  extended by com.sleepycat.db.JoinCursor

public class JoinCursor
extends java.lang.Object


Method Summary
 void close()
           
 JoinConfig getConfig()
           
 Database getDatabase()
           
 OperationStatus getNext(DatabaseEntry key, DatabaseEntry data, LockMode lockMode)
           
 OperationStatus getNext(DatabaseEntry key, LockMode lockMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws DatabaseException
Throws:
DatabaseException

getDatabase

public Database getDatabase()

getConfig

public JoinConfig getConfig()

getNext

public OperationStatus getNext(DatabaseEntry key,
                               LockMode lockMode)
                        throws DatabaseException
Throws:
DatabaseException

getNext

public OperationStatus getNext(DatabaseEntry key,
                               DatabaseEntry data,
                               LockMode lockMode)
                        throws DatabaseException
Throws:
DatabaseException