Uses of Interface
org.jooq.Batch

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).
 



Copyright © 2012. All Rights Reserved.