| Package | Description |
|---|---|
| org.apache.shardingsphere.core.execute.sql.execute | |
| org.apache.shardingsphere.core.execute.sql.prepare |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
SQLExecuteCallback.execute(Collection<StatementExecuteUnit> statementExecuteUnits,
boolean isTrunkThread,
Map<String,Object> shardingExecuteDataMap) |
<T> List<T> |
SQLExecuteTemplate.executeGroup(Collection<ShardingExecuteGroup<? extends StatementExecuteUnit>> sqlExecuteGroups,
SQLExecuteCallback<T> callback)
Execute group.
|
<T> List<T> |
SQLExecuteTemplate.executeGroup(Collection<ShardingExecuteGroup<? extends StatementExecuteUnit>> sqlExecuteGroups,
SQLExecuteCallback<T> firstCallback,
SQLExecuteCallback<T> callback)
Execute group.
|
| Modifier and Type | Method and Description |
|---|---|
StatementExecuteUnit |
SQLExecutePrepareCallback.createStatementExecuteUnit(Connection connection,
RouteUnit routeUnit,
org.apache.shardingsphere.core.constant.ConnectionMode connectionMode)
Create SQL execute unit.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ShardingExecuteGroup<StatementExecuteUnit>> |
SQLExecutePrepareTemplate.getExecuteUnitGroups(Collection<RouteUnit> routeUnits,
SQLExecutePrepareCallback callback)
Get execute unit groups.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.