Uses of Class
org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutionUnit
Packages that use JDBCExecutionUnit
Package
Description
-
Uses of JDBCExecutionUnit in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc
Method parameters in org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc with type arguments of type JDBCExecutionUnitModifier and TypeMethodDescription<T> List<T>JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext, JDBCExecutorCallback<T> callback) Execute.<T> List<T>JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext, JDBCExecutorCallback<T> firstCallback, JDBCExecutorCallback<T> callback) Execute.final Collection<T>JDBCExecutorCallback.execute(Collection<JDBCExecutionUnit> executionUnits, boolean isTrunkThread, Map<String, Object> dataMap) -
Uses of JDBCExecutionUnit in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder that return JDBCExecutionUnitModifier and TypeMethodDescriptionPreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option) StatementExecutionUnitBuilder.build(ExecutionUnit executionUnit, ExecutorJDBCStatementManager statementManager, Connection connection, ConnectionMode connectionMode, StatementOption option)