public final class MoveStatementContext extends CommonSQLStatementContext<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.MoveStatement> implements CursorAvailable, WhereAvailable, CursorDefinitionAware
| 构造器和说明 |
|---|
MoveStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.MoveStatement sqlStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> |
getColumnSegments()
Get column segments.
|
Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.CursorNameSegment> |
getCursorName()
Get cursor name segment.
|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> |
getWhereSegments()
Get where segments.
|
void |
setUpCursorDefinition(CursorStatementContext cursorStatementContext)
Set up cursor definition.
|
isHintWriteRouteOnlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatabaseType, getSqlStatement, getTablesContextpublic MoveStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.MoveStatement sqlStatement)
public Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.cursor.CursorNameSegment> getCursorName()
CursorAvailablegetCursorName 在接口中 CursorAvailablepublic void setUpCursorDefinition(CursorStatementContext cursorStatementContext)
CursorDefinitionAwaresetUpCursorDefinition 在接口中 CursorDefinitionAwarecursorStatementContext - cursor statement contextpublic Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> getWhereSegments()
WhereAvailablegetWhereSegments 在接口中 WhereAvailablepublic Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> getColumnSegments()
WhereAvailablegetColumnSegments 在接口中 WhereAvailableCopyright © 2022 The Apache Software Foundation. All rights reserved.