Uses of Interface
org.jooq.MergeNotMatchedValuesStep

Packages that use MergeNotMatchedValuesStep
org.jooq   
 

Uses of MergeNotMatchedValuesStep in org.jooq
 

Methods in org.jooq that return MergeNotMatchedValuesStep
 MergeNotMatchedValuesStep<R> MergeNotMatchedStep.whenNotMatchedThenInsert(Collection<? extends Field<?>> fields)
          Add the WHEN MATCHED THEN UPDATE clause to the MERGE statement
 MergeNotMatchedValuesStep<R> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<?>... fields)
          Add the WHEN NOT MATCHED THEN INSERT clause to the MERGE statement
 



Copyright © 2012. All Rights Reserved.