Modifier and Type | Method and Description |
---|---|
static JDBCShardingRefreshHandler |
JDBCShardingRefreshHandler.build(SQLRouteResult routeResult,
ShardingConnection connection)
create new instance of
JDBCShardingRefreshHandler . |
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,
SQLStatement sqlStatement) |
SQLRouteResult |
ParsingSQLRouter.route(String logicSQL,
List<Object> parameters,
SQLStatement sqlStatement) |
SQLRouteResult |
ShardingRouter.route(String logicSQL,
List<Object> parameters,
SQLStatement sqlStatement)
Route SQL.
|
Modifier and Type | Method and Description |
---|---|
static ProxyShardingRefreshHandler |
ProxyShardingRefreshHandler.build(SQLRouteResult routeResult)
create new instance of
ProxyShardingRefreshHandler . |
Copyright © 2018. All rights reserved.