Class DropSynonym


  • public class DropSynonym
    extends SchemaOwnerCommand
    This class represents the statement DROP SYNONYM
    • Field Detail

      • synonymName

        private java.lang.String synonymName
      • ifExists

        private boolean ifExists
    • Method Detail

      • setSynonymName

        public void setSynonymName​(java.lang.String name)
      • setIfExists

        public void setIfExists​(boolean ifExists)
      • 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