Module org.jooq
Package org.jooq.impl

Interface QOM.Insert<R extends Record>

All Superinterfaces:
Attachable, AttachableQueryPart, DMLQuery<R>, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
Enclosing class:
QOM

public static sealed interface QOM.Insert<R extends Record> extends DMLQuery<R>
The INSERT statement.