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 | 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 |
Modifier and Type | Method and Description |
---|---|
static <R extends Record> |
DSL.insertInto(Table<R> into)
Create a new DSL insert statement.
|
<R extends Record> |
DefaultDSLContext.insertInto(Table<R> into) |
Copyright © 2014. All Rights Reserved.