| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| Modifier and Type | Method and Description |
|---|---|
BatchBindStep |
FactoryOperations.batch(Query query)
Execute a set of queries in batch mode (with bind values).
|
BatchBindStep |
BatchBindStep.bind(Object... bindValues)
Set bind values on the batch statement
|
| Modifier and Type | Method and Description |
|---|---|
BatchBindStep |
FactoryProxy.batch(Query query)
Deprecated.
|
BatchBindStep |
Factory.batch(Query query)
Execute a set of queries in batch mode (with bind values).
|
Copyright © 2013. All Rights Reserved.