public final class JDBCExecuteEngine extends Object implements SQLExecuteEngine
| Constructor and Description |
|---|
JDBCExecuteEngine(BackendConnection backendConnection,
JDBCExecutorWrapper jdbcExecutorWrapper) |
| Modifier and Type | Method and Description |
|---|---|
BackendResponse |
execute(org.apache.shardingsphere.core.route.SQLRouteResult routeResult)
Execute SQL.
|
public JDBCExecuteEngine(BackendConnection backendConnection, JDBCExecutorWrapper jdbcExecutorWrapper)
public BackendResponse execute(org.apache.shardingsphere.core.route.SQLRouteResult routeResult) throws SQLException
SQLExecuteEngineexecute in interface SQLExecuteEnginerouteResult - route resultSQLException - SQL exceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.