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