Class MySQLAlterTableStatement
- 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.mysql.ddl.MySQLAlterTableStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,MySQLStatement
public final class MySQLAlterTableStatement extends AlterTableStatement implements MySQLStatement
MySQL alter table statement.
-
-
Constructor Summary
Constructors Constructor Description MySQLAlterTableStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<AlgorithmTypeSegment>getGetAlgorithmSegment()Get algorithm segment.Optional<LockTableSegment>getLockTableSegment()Get lock table Segment.-
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
-
-
-
-
Method Detail
-
getGetAlgorithmSegment
public Optional<AlgorithmTypeSegment> getGetAlgorithmSegment()
Get algorithm segment.- Returns:
- algorithm segment
-
getLockTableSegment
public Optional<LockTableSegment> getLockTableSegment()
Get lock table Segment.- Returns:
- lock table segment
-
-