Class SQLCreateTableGroupStatement

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

public class SQLCreateTableGroupStatement extends SQLStatementImpl implements SQLCreateStatement
  • Field Details

    • name

      protected SQLName name
    • ifNotExists

      protected boolean ifNotExists
    • partitionNum

      protected SQLExpr partitionNum
  • Constructor Details

    • SQLCreateTableGroupStatement

      public SQLCreateTableGroupStatement()
    • SQLCreateTableGroupStatement

      public SQLCreateTableGroupStatement(DbType dbType)
  • Method Details