Class SqlDrop

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    SqlDropObject, SqlDropSchema

    public abstract class SqlDrop
    extends SqlDdl
    Base class for an DROP statements parse tree nodes. The portion of the statement covered by this class is "DROP". Subclasses handle whatever comes afterwards.
    • Field Detail

      • ifExists

        protected final boolean ifExists
        Whether "IF EXISTS" was specified.
    • Constructor Detail

      • SqlDrop

        @Deprecated
        public SqlDrop​(SqlParserPos pos)
        Deprecated.