| 程序包 | 说明 |
|---|---|
| io.shardingsphere.core.executor | |
| io.shardingsphere.core.executor.sql.execute |
| 限定符和类型 | 方法和说明 |
|---|---|
<I,O> List<O> |
ShardingExecuteEngine.groupExecute(Collection<ShardingExecuteGroup<I>> inputGroups,
ShardingGroupExecuteCallback<I,O> callback)
Execute for group.
|
<I,O> List<O> |
ShardingExecuteEngine.groupExecute(Collection<ShardingExecuteGroup<I>> inputGroups,
ShardingGroupExecuteCallback<I,O> firstCallback,
ShardingGroupExecuteCallback<I,O> callback)
Execute for group.
|
<I,O> List<O> |
ShardingExecuteEngine.groupExecute(Collection<ShardingExecuteGroup<I>> inputGroups,
ShardingGroupExecuteCallback<I,O> firstCallback,
ShardingGroupExecuteCallback<I,O> callback)
Execute for group.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SQLExecuteCallback<T>
Statement execute callback interface.
|
Copyright © 2019. All rights reserved.