| 程序包 | 说明 |
|---|---|
| io.shardingsphere.core.executor | |
| io.shardingsphere.core.executor.type.batch | |
| io.shardingsphere.core.executor.type.prepared | |
| io.shardingsphere.core.executor.type.statement |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
ExecuteCallback.execute(BaseStatementUnit baseStatementUnit)
Execute task.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> List<T> |
ExecutorEngine.execute(SQLType sqlType,
Collection<? extends BaseStatementUnit> baseStatementUnits,
ExecuteCallback<T> executeCallback)
Execute.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchPreparedStatementUnit
PreparedStatement add batch execute unit.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PreparedStatementUnit
PreparedStatement execute unit.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StatementUnit
Statement execute unit.
|
Copyright © 2018. All rights reserved.