Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T1,T2> MergeNotMatchedValuesStep2<R,T1,T2> |
MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1,
Field<T2> field2)
Add the
WHEN NOT MATCHED THEN INSERT clause to the
MERGE statement |
Copyright © 2014. All Rights Reserved.