Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T> MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Field<T> field,
Field<T> value)
Set values for
INSERT in the MERGE statement's
WHEN NOT MATCHED clause. |
<T> MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Field<T> field,
Select<? extends Record1<T>> value)
Set values for
INSERT in the MERGE statement's
WHEN NOT MATCHED clause. |
<T> MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Field<T> field,
T value)
Set values for
INSERT in the MERGE statement's
WHEN NOT MATCHED clause. |
MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Map<? extends Field<?>,?> map)
Set multiple values for
INSERT in the MERGE
statement's WHEN NOT MATCHED clause. |
MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Record record)
Set multiple values for
INSERT in the MERGE
statement's WHEN NOT MATCHED clause. |
Copyright © 2014. All Rights Reserved.