Uses of Interface
org.jooq.impl.QOM.Insert
-
Uses of QOM.Insert in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.Insert<?>
QOM.Insert.$columns
(Collection<? extends Field<?>> columns) @NotNull QOM.Insert<?>
QOM.Insert.$defaultValues
(boolean defaultValues) @NotNull QOM.Insert<?>
QOM.InsertReturning.$insert()
@NotNull QOM.Insert<?>
@NotNull QOM.Insert<?>
QOM.Insert.$onConflict
(Collection<? extends Field<?>> onConflictFields) @NotNull QOM.Insert<?>
QOM.Insert.$onConflictWhere
(Condition where) @NotNull QOM.Insert<?>
QOM.Insert.$onDuplicateKeyIgnore
(boolean onDuplicateKeyIgnore) @NotNull QOM.Insert<?>
QOM.Insert.$onDuplicateKeyUpdate
(boolean onDuplicateKeyUpdate) @NotNull QOM.Insert<?>
@NotNull QOM.Insert<?>
QOM.Insert.$updateSet
(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> updateSet) @NotNull QOM.Insert<?>
QOM.Insert.$updateWhere
(Condition where) @NotNull QOM.Insert<?>
QOM.Insert.$values
(Collection<? extends Row> values) Modifier and TypeMethodDescription@NotNull QOM.InsertReturning<R>
QOM.InsertReturning.$insert
(QOM.Insert<?> insert)