public final class ShadowInsertStatementRoutingEngine extends AbstractShadowDMLStatementRouteEngine
| 构造器和说明 |
|---|
ShadowInsertStatementRoutingEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> |
getAllTables()
Get all tables.
|
protected Iterator<Optional<ShadowColumnCondition>> |
getShadowColumnConditionIterator(String shadowColumn)
Get shadow column condition iterator.
|
protected ShadowOperationType |
getShadowOperationType()
get shadow operation type.
|
protected Optional<Collection<String>> |
parseSQLComments()
Parse SQL Comments.
|
getSingleTableName, routeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecorateRouteContextprotected Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> getAllTables()
getAllTables 在类中 AbstractShadowDMLStatementRouteEngineprotected ShadowOperationType getShadowOperationType()
getShadowOperationType 在类中 AbstractShadowDMLStatementRouteEngineprotected Optional<Collection<String>> parseSQLComments()
parseSQLComments 在类中 AbstractShadowDMLStatementRouteEngineprotected Iterator<Optional<ShadowColumnCondition>> getShadowColumnConditionIterator(String shadowColumn)
getShadowColumnConditionIterator 在类中 AbstractShadowDMLStatementRouteEngineshadowColumn - shadow columnCopyright © 2022 The Apache Software Foundation. All rights reserved.