| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R extends Record,T1,T2,T3,T4,T5> | WithStep. mergeInto(Table<R> table,
         Field<T1> field1,
         Field<T2> field2,
         Field<T3> field3,
         Field<T4> field4,
         Field<T5> field5)Create a new DSL merge statement (H2-specific syntax). | 
| <R extends Record,T1,T2,T3,T4,T5> | DSLContext. mergeInto(Table<R> table,
         Field<T1> field1,
         Field<T2> field2,
         Field<T3> field3,
         Field<T4> field4,
         Field<T5> field5) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <R extends Record,T1,T2,T3,T4,T5> | DSL. mergeInto(Table<R> table,
         Field<T1> field1,
         Field<T2> field2,
         Field<T3> field3,
         Field<T4> field4,
         Field<T5> field5)Create a new DSL merge statement (H2-specific syntax). | 
| <R extends Record,T1,T2,T3,T4,T5> | DefaultDSLContext. mergeInto(Table<R> table,
         Field<T1> field1,
         Field<T2> field2,
         Field<T3> field3,
         Field<T4> field4,
         Field<T5> field5) | 
Copyright © 2016. All Rights Reserved.