Uses of Interface
org.jooq.InsertQuery
-
Packages that use InsertQuery Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of InsertQuery in org.jooq
Methods in org.jooq that return InsertQuery Modifier and Type Method Description <R extends Record>
InsertQuery<R>DSLContext. insertQuery(Table<R> into)
Create a newInsertQuery
-
Uses of InsertQuery in org.jooq.impl
Methods in org.jooq.impl that return InsertQuery Modifier and Type Method Description <R extends Record>
InsertQuery<R>DefaultDSLContext. insertQuery(Table<R> into)
-