Module org.jooq
Package org.jooq.impl

Interface QOM.InsertReturning<R extends Record>

All Superinterfaces:
Attachable, AttachableQueryPart, Fields, Flow.Publisher<R>, Iterable<R>, Publisher<R>, org.reactivestreams.Publisher<R>, Query, QueryPart, ResultQuery<R>, Serializable, Statement
Enclosing class:
QOM

public static interface QOM.InsertReturning<R extends Record> extends ResultQuery<R>
An INSERT statement with a RETURNING clause.