Class AlterAttributeDimensionStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterAttributeDimensionStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement
- Direct Known Subclasses:
OracleAlterAttributeDimensionStatement
public abstract class AlterAttributeDimensionStatement extends AbstractSQLStatement implements DDLStatement
Alter attribute dimension statement.
-
-
Constructor Summary
Constructors Constructor Description AlterAttributeDimensionStatement()
-
Method Summary
-
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
-
-