Class SQL92AlterTableStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.ddl.SQL92AlterTableStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,SQL92Statement
public final class SQL92AlterTableStatement extends AlterTableStatement implements SQL92Statement
SQL92 alter table statement.
-
-
Constructor Summary
Constructors Constructor Description SQL92AlterTableStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement
getConvertTableDefinition, getRenameTable
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-