| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergeNotMatchedValuesStepN<R> | MergeNotMatchedStep. whenNotMatchedThenInsert(java.util.Collection<? extends Field<?>> fields)Add the  WHEN MATCHED THEN UPDATEclause to theMERGEstatement | 
| MergeNotMatchedValuesStepN<R> | MergeNotMatchedStep. whenNotMatchedThenInsert(Field<?>... fields)Add the  WHEN NOT MATCHED THEN INSERTclause to theMERGEstatement | 
Copyright © 2018. All Rights Reserved.