public final class StatementManager extends Object implements org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.ExecutorJDBCStatementManager, AutoCloseable
| 构造器和说明 |
|---|
StatementManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
Statement |
createStorageResource(Connection connection,
org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode connectionMode,
org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption option) |
Statement |
createStorageResource(org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit executionUnit,
Connection connection,
org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode connectionMode,
org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption option) |
public Statement createStorageResource(Connection connection, org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode connectionMode, org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption option) throws SQLException
createStorageResource 在接口中 org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager<Connection,Statement,org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption>SQLExceptionpublic Statement createStorageResource(org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit executionUnit, Connection connection, org.apache.shardingsphere.infra.executor.sql.execute.engine.ConnectionMode connectionMode, org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption option) throws SQLException
createStorageResource 在接口中 org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager<Connection,Statement,org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.StatementOption>SQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableSQLExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.