Class DropTrigger


  • public class DropTrigger
    extends SchemaCommand
    This class represents the statement DROP TRIGGER
    • Field Detail

      • triggerName

        private java.lang.String triggerName
      • ifExists

        private boolean ifExists
    • Method Detail

      • setIfExists

        public void setIfExists​(boolean b)
      • setTriggerName

        public void setTriggerName​(java.lang.String triggerName)
      • update

        public long update()
        Description copied from class: Prepared
        Execute the statement.
        Overrides:
        update in class Prepared
        Returns:
        the update count
      • getType

        public int getType()
        Description copied from class: Prepared
        Get the command type as defined in CommandInterface
        Specified by:
        getType in class Prepared
        Returns:
        the statement type