T - class type of return valuepublic abstract class SQLExecuteCallback<T> extends Object implements GroupedCallback<StatementExecuteUnit,T>
| 构造器和说明 |
|---|
SQLExecuteCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<T> |
execute(Collection<StatementExecuteUnit> statementExecuteUnits,
boolean isTrunkThread,
Map<String,Object> dataMap) |
protected abstract T |
executeSQL(String sql,
Statement statement,
ConnectionMode connectionMode) |
public final Collection<T> execute(Collection<StatementExecuteUnit> statementExecuteUnits, boolean isTrunkThread, Map<String,Object> dataMap) throws SQLException
execute 在接口中 GroupedCallback<StatementExecuteUnit,T>SQLExceptionprotected abstract T executeSQL(String sql, Statement statement, ConnectionMode connectionMode) throws SQLException
SQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.