Interface CursorActivation

All Superinterfaces:
Activation, Dependable, Dependent
All Known Implementing Classes:
BaseActivation, ConstantActionActivation, CursorActivation

public interface CursorActivation extends Activation
CursorActivation includes an additional method used on cursors.
  • Method Details

    • getTargetResultSet

      CursorResultSet getTargetResultSet()
      Returns the target result set for this activation, so that the current base row can be determined.
      Returns:
      the target ResultSet of this activation.
    • getCursorResultSet

      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.