Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
BatchBindStep |
DSLContext.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.
|
BatchBindStep |
BatchBindStep.bind(Object[][] bindValues)
Set several bind values on the batch statement.
|
Copyright © 2013. All Rights Reserved.