public final class AlterTableStatementContext extends CommonSQLStatementContext<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement> implements TableAvailable, IndexAvailable, ConstraintAvailable
| Constructor and Description |
|---|
AlterTableStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> |
getAllTables()
Get all table segments.
|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintSegment> |
getConstraints()
Get constraint segments.
|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index.IndexSegment> |
getIndexes()
Get index segments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTablesContextgetSqlStatement, getTablesContextpublic AlterTableStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterTableStatement sqlStatement)
public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> getAllTables()
TableAvailablegetAllTables in interface TableAvailablepublic Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index.IndexSegment> getIndexes()
IndexAvailablegetIndexes in interface IndexAvailablepublic Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintSegment> getConstraints()
ConstraintAvailablegetConstraints in interface ConstraintAvailableCopyright © 2021 The Apache Software Foundation. All rights reserved.