|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Batch | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of Batch in org.jooq |
|---|
| Subinterfaces of Batch in org.jooq | |
|---|---|
interface |
BatchBindStep
This type is used for the Batch's DSL API. |
| Methods in org.jooq that return Batch | |
|---|---|
Batch |
FactoryOperations.batch(Collection<? extends Query> queries)
Execute a set of queries in batch mode (without bind values). |
Batch |
FactoryOperations.batch(Query... queries)
Execute a set of queries in batch mode (without bind values). |
| Uses of Batch in org.jooq.impl |
|---|
| Methods in org.jooq.impl that return Batch | |
|---|---|
Batch |
Factory.batch(Collection<? extends Query> queries)
Execute a set of queries in batch mode (without bind values). |
Batch |
Factory.batch(Query... queries)
Execute a set of queries in batch mode (without bind values). |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||