| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.infra.executor.sql.raw.execute |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
RawJDBCExecutor.execute(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute.
|
List<QueryResult> |
RawJDBCExecutor.executeQuery(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute query.
|
int |
RawJDBCExecutor.executeUpdate(Collection<InputGroup<RawSQLExecuteUnit>> inputGroups,
RawSQLExecutorCallback callback)
Execute update.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.