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