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 Details

  • Constructor Details

    • DropTriggerConstantAction

      DropTriggerConstantAction(SchemaDescriptor sd, 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
  • Method Details