Class SQLDropTableStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLDDLStatement, SQLDropStatement

public class SQLDropTableStatement extends SQLStatementImpl implements SQLDropStatement
  • Field Details

    • tableSources

      protected List<SQLExprTableSource> tableSources
    • purge

      protected boolean purge
    • cascade

      protected boolean cascade
    • restrict

      protected boolean restrict
    • ifExists

      protected boolean ifExists
  • Constructor Details

    • SQLDropTableStatement

      public SQLDropTableStatement()
    • SQLDropTableStatement

      public SQLDropTableStatement(DbType dbType)
    • SQLDropTableStatement

      public SQLDropTableStatement(SQLName name, DbType dbType)
    • SQLDropTableStatement

      public SQLDropTableStatement(SQLName name)
    • SQLDropTableStatement

      public SQLDropTableStatement(SQLExprTableSource tableSource)
    • SQLDropTableStatement

      public SQLDropTableStatement(SQLExprTableSource tableSource, DbType dbType)
  • Method Details