This package contains jOOQ's public API.
-
MergeNotMatchedSetStep.set(Map<?,?> map)
Set multiple values for INSERT
in the MERGE
statement's WHEN NOT MATCHED
clause.
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED
clause.
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED
clause.
MergeNotMatchedSetStep.set(Field<T> field,
T value)
Set values for INSERT
in the MERGE
statement's
WHEN NOT MATCHED
clause.
Set multiple values for INSERT
in the MERGE
statement's WHEN NOT MATCHED
clause.
Set a null
value for INSERT
in the
MERGE
statement's WHEN NOT MATCHED
clause.