类 SQLCreateTableGroupStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateTableGroupStatement
所有已实现的接口:
SQLDbTypedObject, SQLObject, SQLStatement, SQLCreateStatement, SQLDDLStatement

public class SQLCreateTableGroupStatement extends SQLStatementImpl implements SQLCreateStatement
  • 字段详细资料

    • name

      protected SQLName name
    • ifNotExists

      protected boolean ifNotExists
    • partitionNum

      protected SQLExpr partitionNum
  • 构造器详细资料

    • SQLCreateTableGroupStatement

      public SQLCreateTableGroupStatement()
    • SQLCreateTableGroupStatement

      public SQLCreateTableGroupStatement(DbType dbType)
  • 方法详细资料