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 |
---|---|
<R extends Record,T1> |
DSLContext.insertInto(Table<R> into,
Field<T1> field1)
Create a new DSL insert statement.
|
InsertValuesStep1<R,T1> |
InsertValuesStep1.values(Collection<?> values)
Add values to the insert statement.
|
InsertValuesStep1<R,T1> |
InsertValuesStep1.values(Field<T1> value1)
Add values to the insert statement.
|
InsertValuesStep1<R,T1> |
InsertValuesStep1.values(T1 value1)
Add values to the insert statement.
|
Modifier and Type | Method and Description |
---|---|
static <R extends Record,T1> |
DSL.insertInto(Table<R> into,
Field<T1> field1)
Create a new DSL insert statement.
|
<R extends Record,T1> |
DefaultDSLContext.insertInto(Table<R> into,
Field<T1> field1) |
Copyright © 2014. All Rights Reserved.