Class DropTriggerConstantAction

  • All Implemented Interfaces:
    ConstantAction

    public class DropTriggerConstantAction
    extends DDLSingleTableConstantAction
    This class describes actions that are ALWAYS performed for a DROP TRIGGER Statement at Execution time.
    • Field Detail

      • triggerName

        private final java.lang.String triggerName
    • Constructor Detail

      • DropTriggerConstantAction

        DropTriggerConstantAction​(SchemaDescriptor sd,
                                  java.lang.String triggerName,
                                  UUID tableId)
        Make the ConstantAction for a DROP TRIGGER statement.
        Parameters:
        sd - Schema that stored prepared statement lives in.
        triggerName - Name of the Trigger
        tableId - The table upon which the trigger is defined