Uses of Interface
org.jooq.impl.QOM.Update
-
Uses of QOM.Update in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.Update<R>
QOM.Update.$from
(Collection<? extends Table<?>> from) @NotNull QOM.Update<R>
@NotNull QOM.Update<R>
QOM.Update.$orderBy
(Collection<? extends SortField<?>> orderBy) @NotNull QOM.Update<R>
QOM.Update.$set
(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> set) @NotNull QOM.Update<?>
@NotNull QOM.Update<?>
QOM.UpdateReturning.$update()
@NotNull QOM.Update<R>
Modifier and TypeMethodDescription@NotNull QOM.UpdateReturning<R>
QOM.UpdateReturning.$update
(QOM.Update<?> update)