Uses of Interface
org.jooq.MergeValuesStep

Packages that use MergeValuesStep
org.jooq   
 

Uses of MergeValuesStep in org.jooq
 

Subinterfaces of MergeValuesStep in org.jooq
 interface MergeKeyStep<R extends Record>
          This type is used for the H2-specific variant of the Merge's DSL API.
 interface MergeUsingStep<R extends Record>
          This type is used for the Merge's DSL API.
 

Methods in org.jooq that return MergeValuesStep
 MergeValuesStep<R> MergeKeyStep.key(Collection<? extends Field<?>> keys)
          Specify an optional KEY clause.
 MergeValuesStep<R> MergeKeyStep.key(Field<?>... keys)
          Specify an optional KEY clause.
 



Copyright © 2012. All Rights Reserved.