|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsertResultStep | |
---|---|
org.jooq |
Uses of InsertResultStep in org.jooq |
---|
Methods in org.jooq that return InsertResultStep | |
---|---|
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 . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |