| Package | Description |
|---|---|
| org.apache.shardingsphere.core.execute.sql.execute |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
<T> List<T> |
SQLExecuteTemplate.executeGroup(Collection<ShardingExecuteGroup<? extends StatementExecuteUnit>> sqlExecuteGroups,
SQLExecuteCallback<T> firstCallback,
SQLExecuteCallback<T> callback)
Execute group.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.