Class CKAlterTableStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.clickhouse.ast.CKAlterTableStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLAlterStatement, SQLDDLStatement
Direct Known Subclasses:
CKAlterTableUpdateStatement

public abstract class CKAlterTableStatement extends SQLStatementImpl implements SQLAlterStatement
  • Constructor Details

    • CKAlterTableStatement

      public CKAlterTableStatement(DbType dbType)
  • Method Details

    • getTableName

      public SQLName getTableName()
    • setTableName

      public void setTableName(SQLName tableName)
    • getClusterName

      public SQLName getClusterName()
    • setClusterName

      public void setClusterName(SQLName clusterName)