| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InsertSetMoreStep<R extends Record>
This type is used for the
Insert's alternative DSL API. |
| Modifier and Type | Method and Description |
|---|---|
<R extends Record> |
DSLContext.insertInto(Table<R> into)
Create a new DSL insert statement.
|
InsertSetStep<R> |
InsertSetMoreStep.newRecord()
Add an additional record to the
INSERT statement |
Copyright © 2013. All Rights Reserved.