- All Superinterfaces:
- org.apache.derby.iapi.sql.Activation
- public interface CursorActivation
- extends org.apache.derby.iapi.sql.Activation
CursorActivation includes an additional method used on cursors.
|
Method Summary |
CursorResultSet |
getCursorResultSet()
Returns the cursor result set for this activation,
so that the current row can be re-qualified, and
so that the current row location can be determined. |
CursorResultSet |
getTargetResultSet()
Returns the target result set for this activation,
so that the current base row can be determined. |
| Methods inherited from interface org.apache.derby.iapi.sql.Activation |
addWarning, checkIfThisActivationHasHoldCursor, checkStatementValidity, clearCurrentRow, clearHeapConglomerateController, clearIndexScanInfo, clearParentResultSets, clearResultSet, clearWarnings, close, execute, getAutoGeneratedKeysColumnIndexes, getAutoGeneratedKeysColumnNames, getAutoGeneratedKeysResultsetMode, getConstantAction, getCursorName, getDataValueFactory, getDDLTableDescriptor, getDynamicResults, getExecutionFactory, getForCreateTable, getForUpdateIndexScan, getHeapConglomerateController, getIndexConglomerateNumber, getIndexScanController, getLanguageConnectionContext, getMaxDynamicResults, getMaxRows, getNumSubqueries, getParameterValueSet, getParentResultSet, getParentResultSets, getPreparedStatement, getResultDescription, getResultSet, getResultSetHoldability, getRowLocationTemplate, getTargetVTI, getTransactionController, getWarnings, informOfRowCount, isClosed, isCursorActivation, isInUse, isSingleExecution, markUnused, reset, setAutoGeneratedKeysResultsetInfo, setCurrentRow, setCursorName, setDDLTableDescriptor, setForCreateTable, setForUpdateIndexScan, setHeapConglomerateController, setIndexConglomerateNumber, setIndexScanController, setMaxRows, setParameters, setParentResultSet, setResultSetHoldability, setSingleExecution, setTargetVTI |
getTargetResultSet
public CursorResultSet getTargetResultSet()
- Returns the target result set for this activation,
so that the current base row can be determined.
getCursorResultSet
public CursorResultSet getCursorResultSet()
- Returns the cursor result set for this activation,
so that the current row can be re-qualified, and
so that the current row location can be determined.