Class ScrollInsensitiveResultSetNode

All Implemented Interfaces:
Optimizable, Visitable

class ScrollInsensitiveResultSetNode extends SingleChildResultSetNode
A ScrollInsensitiveResultSetNode represents the insensitive scrolling cursor functionality for any child result set that needs one.
  • Constructor Details

    • ScrollInsensitiveResultSetNode

      ScrollInsensitiveResultSetNode(ResultSetNode childResult, ResultColumnList rcl, Properties tableProperties, ContextManager cm)
      Constructor for a ScrollInsensitiveResultSetNode.
      Parameters:
      childResult - The child ResultSetNode
      rcl - The RCL for the node
      tableProperties - Properties list associated with the table
      cm - The context manager
  • Method Details