Class SetTransactionIsolationConstantAction

  • All Implemented Interfaces:
    ConstantAction

    class SetTransactionIsolationConstantAction
    extends java.lang.Object
    implements ConstantAction
    This class describes actions that are ALWAYS performed for a SET TRANSACTION ISOLATION Statement at Execution time.
    • Field Detail

      • isolationLevel

        private final int isolationLevel
    • Constructor Detail

      • SetTransactionIsolationConstantAction

        SetTransactionIsolationConstantAction​(int isolationLevel)
        Make the ConstantAction for a SET TRANSACTION ISOLATION statement.
        Parameters:
        isolationLevel - The new isolation level