| 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 |
|---|---|
void |
SPIRoutingHook.finishSuccess(SQLRouteResult sqlRouteResult,
TableMetas tableMetas) |
void |
RoutingHook.finishSuccess(SQLRouteResult sqlRouteResult,
TableMetas tableMetas)
Handle when routing finished success.
|
| 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 |
ShardingRouter.route(String logicSQL,
List<Object> parameters,
org.apache.shardingsphere.sql.parser.sql.statement.SQLStatement sqlStatement)
Route SQL.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.