Uses of Interface
org.jooq.MergeNotMatchedStep

Packages that use MergeNotMatchedStep
org.jooq   
 

Uses of MergeNotMatchedStep in org.jooq
 

Subinterfaces of MergeNotMatchedStep in org.jooq
 interface MergeMatchedDeleteStep<R extends Record>
          This type is used for the Merge's DSL API.
 interface MergeMatchedSetMoreStep<R extends Record>
          This type is used for the Merge's DSL API.
 interface MergeMatchedStep<R extends Record>
          This type is used for the Merge's DSL API.
 interface MergeMatchedWhereStep<R extends Record>
          This type is used for the Merge's DSL API.
 interface MergeOnConditionStep<R extends Record>
          This type is used for the Merge's DSL API.
 

Methods in org.jooq that return MergeNotMatchedStep
 MergeNotMatchedStep<R> MergeMatchedDeleteStep.deleteWhere(Condition condition)
          Add an additional DELETE WHERE clause to the preceding WHEN MATCHED THEN UPDATE clause.
 



Copyright © 2012. All Rights Reserved.