Uses of Interface
org.jooq.MergeOnStep

Packages that use MergeOnStep
org.jooq   
 

Uses of MergeOnStep in org.jooq
 

Methods in org.jooq that return MergeOnStep
 MergeOnStep<R> MergeUsingStep.using(TableLike<?> table)
          Add the USING clause to the MERGE statement
 MergeOnStep<R> MergeUsingStep.usingDual()
          Add a dummy USING clause to the MERGE statement This results in USING(SELECT 1 FROM DUAL) for most RDBMS, or in USING(SELECT 1) AS [dummy_table(dummy_field)] in SQL Server, where derived tables need to be aliased.
 



Copyright © 2012. All Rights Reserved.