| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
SQLExecutor.execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups,
SQLExecutorCallback<T> callback)
Execute.
|
<T> List<T> |
SQLExecutor.execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups,
SQLExecutorCallback<T> firstCallback,
SQLExecutorCallback<T> callback)
Execute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<T> |
DefaultSQLExecutorCallback.execute(Collection<StatementExecuteUnit> statementExecuteUnits,
boolean isTrunkThread,
Map<String,Object> dataMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected StatementExecuteUnit |
PreparedStatementExecuteGroupEngine.createStorageResourceExecuteUnit(ExecutionUnit executionUnit,
JDBCExecutionConnection executionConnection,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
protected StatementExecuteUnit |
StatementExecuteGroupEngine.createStorageResourceExecuteUnit(ExecutionUnit executionUnit,
JDBCExecutionConnection executionConnection,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.