Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
BatchBindStep |
DSLContext.batch(Query query)
Execute a set of queries in batch mode (with bind values).
|
BatchBindStep |
DSLContext.batch(String sql)
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.
|
Modifier and Type | Method and Description |
---|---|
BatchBindStep |
DefaultDSLContext.batch(Query query) |
BatchBindStep |
DefaultDSLContext.batch(String sql) |
Copyright © 2014. All Rights Reserved.