Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
InsertResultStep<R> |
InsertReturningStep.returning()
Configure the
INSERT statement to return all fields in
R . |
InsertResultStep<R> |
InsertReturningStep.returning(Collection<? extends Field<?>> fields)
Configure the
INSERT statement to return a list of fields in
R . |
InsertResultStep<R> |
InsertReturningStep.returning(Field<?>... fields)
Configure the
INSERT statement to return a list of fields in
R . |
Copyright © 2014. All Rights Reserved.