public class JoinCursor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
JoinConfig |
getConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Database |
getDatabase()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
OperationStatus |
getNext(DatabaseEntry key,
DatabaseEntry data,
LockMode lockMode)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
OperationStatus |
getNext(DatabaseEntry key,
LockMode lockMode)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public void close()
throws DatabaseException
DatabaseExceptionpublic Database getDatabase()
public JoinConfig getConfig()
public OperationStatus getNext(DatabaseEntry key, LockMode lockMode) throws DatabaseException
DatabaseExceptionpublic OperationStatus getNext(DatabaseEntry key, DatabaseEntry data, LockMode lockMode) throws DatabaseException
DatabaseException