public final class SQLExecutor extends Object
| 构造器和说明 |
|---|
SQLExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups,
SQLExecutorCallback<T> callback)
Execute.
|
<T> List<T> |
execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups,
SQLExecutorCallback<T> firstCallback,
SQLExecutorCallback<T> callback)
Execute.
|
public <T> List<T> execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups, SQLExecutorCallback<T> callback) throws SQLException
T - class type of return valueinputGroups - input groupscallback - SQL execute callbackSQLException - SQL exceptionpublic <T> List<T> execute(Collection<InputGroup<StatementExecuteUnit>> inputGroups, SQLExecutorCallback<T> firstCallback, SQLExecutorCallback<T> callback) throws SQLException
T - class type of return valueinputGroups - input groupsfirstCallback - first SQL execute callbackcallback - SQL execute callbackSQLException - SQL exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.