| 程序包 | 说明 |
|---|---|
| com.dangdang.ddframe.rdb.sharding.executor |
| 限定符和类型 | 方法和说明 |
|---|---|
List<int[]> |
ExecutorEngine.executeBatch(SQLType sqlType,
Collection<BatchPreparedStatementUnit> batchPreparedStatementUnits,
List<List<Object>> parameterSets,
ExecuteCallback<int[]> executeCallback)
Execute add batch.
|
<T> List<T> |
ExecutorEngine.executePreparedStatement(SQLType sqlType,
Collection<PreparedStatementUnit> preparedStatementUnits,
List<Object> parameters,
ExecuteCallback<T> executeCallback)
Execute prepared statement.
|
<T> List<T> |
ExecutorEngine.executeStatement(SQLType sqlType,
Collection<StatementUnit> statementUnits,
ExecuteCallback<T> executeCallback)
Execute statement.
|
Copyright © 2017. All rights reserved.