|
|||||||||
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). |
Batch |
FactoryOperations.batchStore(Collection<? extends UpdatableRecord<?>> records)
Execute a set of INSERT and UPDATE queries in
batch mode (with bind values). |
Batch |
FactoryOperations.batchStore(UpdatableRecord<?>... records)
Execute a set of INSERT and UPDATE queries in
batch mode (with bind values). |
Uses of Batch in org.jooq.impl |
---|
Methods in org.jooq.impl that return Batch | |
---|---|
Batch |
FactoryProxy.batch(Collection<? extends Query> queries)
Deprecated. |
Batch |
Factory.batch(Collection<? extends Query> queries)
Execute a set of queries in batch mode (without bind values). |
Batch |
FactoryProxy.batch(Query... queries)
Deprecated. |
Batch |
Factory.batch(Query... queries)
Execute a set of queries in batch mode (without bind values). |
Batch |
FactoryProxy.batchStore(Collection<? extends UpdatableRecord<?>> records)
Deprecated. |
Batch |
Factory.batchStore(Collection<? extends UpdatableRecord<?>> records)
Execute a set of INSERT and UPDATE queries in
batch mode (with bind values). |
Batch |
FactoryProxy.batchStore(UpdatableRecord<?>... records)
Deprecated. |
Batch |
Factory.batchStore(UpdatableRecord<?>... records)
Execute a set of INSERT and UPDATE queries in
batch mode (with bind values). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |