| Package | Description |
|---|---|
| org.apache.shardingsphere.core.route | |
| org.apache.shardingsphere.core.route.router.masterslave | |
| org.apache.shardingsphere.core.route.router.sharding |
| Modifier and Type | Method and Description |
|---|---|
SQLRouteResult |
PreparedStatementRoutingEngine.route(List<Object> parameters)
SQL route.
|
SQLRouteResult |
StatementRoutingEngine.route(String logicSQL)
SQL route.
|
| Modifier and Type | Method and Description |
|---|---|
SQLRouteResult |
ShardingMasterSlaveRouter.route(SQLRouteResult sqlRouteResult)
Route Master slave after sharding.
|
| Modifier and Type | Method and Description |
|---|---|
SQLRouteResult |
ShardingMasterSlaveRouter.route(SQLRouteResult sqlRouteResult)
Route Master slave after sharding.
|
| Modifier and Type | Method and Description |
|---|---|
SQLRouteResult |
DatabaseHintSQLRouter.route(String logicSQL,
List<Object> parameters,
org.apache.shardingsphere.core.parse.antlr.sql.statement.SQLStatement sqlStatement) |
SQLRouteResult |
ParsingSQLRouter.route(String logicSQL,
List<Object> parameters,
org.apache.shardingsphere.core.parse.antlr.sql.statement.SQLStatement sqlStatement) |
SQLRouteResult |
ShardingRouter.route(String logicSQL,
List<Object> parameters,
org.apache.shardingsphere.core.parse.antlr.sql.statement.SQLStatement sqlStatement)
Route SQL.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.