public final class RawJDBCExecutor extends Object
| 构造器和说明 |
|---|
RawJDBCExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
execute(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute.
|
List<QueryResult> |
executeQuery(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute query.
|
int |
executeUpdate(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute update.
|
public List<QueryResult> executeQuery(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups, RawSQLExecutorCallback callback) throws SQLException
inputGroups - input groupscallback - raw SQL execute callbackSQLException - SQL exceptionpublic int executeUpdate(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups, RawSQLExecutorCallback callback) throws SQLException
inputGroups - input groupscallback - raw SQL execute callbackSQLException - SQL exceptionpublic boolean execute(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups, RawSQLExecutorCallback callback) throws SQLException
inputGroups - input groupscallback - raw SQL execute callbackSQLException - SQL exceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.