Class SetTransactionResultSet

All Implemented Interfaces:
ResultSet

class SetTransactionResultSet extends MiscResultSet
This is a wrapper class which invokes the Execution-time logic for SET TRANSACTION statements. The real Execution-time logic lives inside the executeConstantAction() method of the Execution constant.
  • Constructor Details

    • SetTransactionResultSet

      SetTransactionResultSet(Activation activation)
      Construct a SetTransactionResultSet
      Parameters:
      activation - Describes run-time environment.
  • Method Details

    • doesCommit

      public boolean doesCommit()
      Does this ResultSet cause a commit or rollback.
      Overrides:
      doesCommit in class NoRowsResultSetImpl
      Returns:
      Whether or not this ResultSet cause a commit or rollback.