Class SQLDropTableGroupStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLDropTableGroupStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLReplaceable, SQLStatement, SQLDDLStatement, SQLDropStatement

public class SQLDropTableGroupStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
  • Field Details

    • name

      protected SQLName name
    • ifExists

      protected boolean ifExists
  • Constructor Details

    • SQLDropTableGroupStatement

      public SQLDropTableGroupStatement()
    • SQLDropTableGroupStatement

      public SQLDropTableGroupStatement(DbType dbType)
  • Method Details