Class SQLAlterTableGroupStatement

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

public class SQLAlterTableGroupStatement extends SQLStatementImpl implements SQLAlterStatement
  • Constructor Details

    • SQLAlterTableGroupStatement

      public SQLAlterTableGroupStatement()
    • SQLAlterTableGroupStatement

      public SQLAlterTableGroupStatement(DbType dbType)
  • Method Details