| org.apache.derby.iapi.sql.execute.CursorActivation
CursorActivation | public interface CursorActivation extends Activation(Code) | | CursorActivation includes an additional method used on cursors.
author: ames |
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. |
getCursorResultSet | CursorResultSet getCursorResultSet()(Code) | | 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.
|
getTargetResultSet | CursorResultSet getTargetResultSet()(Code) | | Returns the target result set for this activation,
so that the current base row can be determined.
the target ResultSet of this activation. |
|
|