public final class PreparedStatementRoutingEngine extends Object
public PreparedStatementRoutingEngine(String logicSQL, ShardingContext shardingContext)
public SQLRouteResult route(List<Object> parameters)
First routing time will parse SQL, after second time will reuse first parsed result.
parameters - parameters of SQL placeholderCopyright © 2017. All rights reserved.