Class SqlDrop

All Implemented Interfaces:
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 Details

    • ifExists

      public final boolean ifExists
      Whether "IF EXISTS" was specified.
  • Constructor Details