MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.set(Map<?,?> map) |
Set multiple values for INSERT in the MERGE
statement's WHEN NOT MATCHED clause.
|
<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(Record record) |
Set multiple values for INSERT in the MERGE
statement's WHEN NOT MATCHED clause.
|
<T> MergeNotMatchedSetMoreStep<R> |
MergeNotMatchedSetStep.setNull(Field<T> field) |
Set a null value for INSERT in the
MERGE statement's WHEN NOT MATCHED clause.
|