Uses of Interface
org.jooq.InsertQuery
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of InsertQuery in org.jooq
Modifier and TypeMethodDescription<R extends Record>
@NotNull InsertQuery<R>DSLContext.insertQuery
(Table<R> into) Create a newInsertQuery
-
Uses of InsertQuery in org.jooq.impl
Modifier and TypeMethodDescription<R extends Record>
InsertQuery<R>DefaultDSLContext.insertQuery
(Table<R> into)