Uses of Interface
org.jooq.InsertOnDuplicateStep
-
Packages that use InsertOnDuplicateStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of InsertOnDuplicateStep in org.jooq
Subinterfaces of InsertOnDuplicateStep in org.jooq Modifier and Type Interface Description interface
InsertSetMoreStep<R extends Record>
This type is used for theInsert
's alternative DSL API.interface
InsertValuesStep1<R extends Record,T1>
This type is used for theInsert
's DSL API.interface
InsertValuesStep10<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
This type is used for theInsert
's DSL API.interface
InsertValuesStep11<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
This type is used for theInsert
's DSL API.interface
InsertValuesStep12<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
This type is used for theInsert
's DSL API.interface
InsertValuesStep13<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
This type is used for theInsert
's DSL API.interface
InsertValuesStep14<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>
This type is used for theInsert
's DSL API.interface
InsertValuesStep15<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
This type is used for theInsert
's DSL API.interface
InsertValuesStep16<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>
This type is used for theInsert
's DSL API.interface
InsertValuesStep17<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>
This type is used for theInsert
's DSL API.interface
InsertValuesStep18<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>
This type is used for theInsert
's DSL API.interface
InsertValuesStep19<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>
This type is used for theInsert
's DSL API.interface
InsertValuesStep2<R extends Record,T1,T2>
This type is used for theInsert
's DSL API.interface
InsertValuesStep20<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
This type is used for theInsert
's DSL API.interface
InsertValuesStep21<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>
This type is used for theInsert
's DSL API.interface
InsertValuesStep22<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>
This type is used for theInsert
's DSL API.interface
InsertValuesStep3<R extends Record,T1,T2,T3>
This type is used for theInsert
's DSL API.interface
InsertValuesStep4<R extends Record,T1,T2,T3,T4>
This type is used for theInsert
's DSL API.interface
InsertValuesStep5<R extends Record,T1,T2,T3,T4,T5>
This type is used for theInsert
's DSL API.interface
InsertValuesStep6<R extends Record,T1,T2,T3,T4,T5,T6>
This type is used for theInsert
's DSL API.interface
InsertValuesStep7<R extends Record,T1,T2,T3,T4,T5,T6,T7>
This type is used for theInsert
's DSL API.interface
InsertValuesStep8<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8>
This type is used for theInsert
's DSL API.interface
InsertValuesStep9<R extends Record,T1,T2,T3,T4,T5,T6,T7,T8,T9>
This type is used for theInsert
's DSL API.interface
InsertValuesStepN<R extends Record>
This type is used for theInsert
's DSL API.Methods in org.jooq that return InsertOnDuplicateStep Modifier and Type Method Description InsertOnDuplicateStep<R>
InsertSetStep. defaultValues()
Add an empty record with default values.InsertOnDuplicateStep<R>
InsertSetStep. select(Select<?> select)
Use aSELECT
statement as the source of values for theINSERT
statement.InsertOnDuplicateStep<R>
InsertValuesStep1. select(Select<? extends Record1<T1>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep10. select(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep11. select(Select<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep12. select(Select<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep13. select(Select<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep14. select(Select<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep15. select(Select<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep16. select(Select<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep17. select(Select<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep18. select(Select<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep19. select(Select<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep2. select(Select<? extends Record2<T1,T2>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep20. select(Select<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep21. select(Select<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep22. select(Select<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep3. select(Select<? extends Record3<T1,T2,T3>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep4. select(Select<? extends Record4<T1,T2,T3,T4>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep5. select(Select<? extends Record5<T1,T2,T3,T4,T5>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep6. select(Select<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep7. select(Select<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep8. select(Select<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStep9. select(Select<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Use aSELECT
statement as the source of values for theINSERT
statementInsertOnDuplicateStep<R>
InsertValuesStepN. select(Select<?> select)
Use aSELECT
statement as the source of values for theINSERT
statement
-