- All Superinterfaces:
Attachable
,AttachableQueryPart
,DMLQuery<R>
,Flow.Publisher<Integer>
,Publisher<Integer>
,org.reactivestreams.Publisher<Integer>
,Query
,QueryPart
,RowCountQuery
,Serializable
,Statement
- Enclosing class:
QOM
The
INSERT
statement.-
Method Summary
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Field<?>>
$columns()
@NotNull QOM.Insert<?>
$columns
(Collection<? extends Field<?>> columns) boolean
@NotNull QOM.Insert<?>
$defaultValues
(boolean defaultValues) $into()
@NotNull QOM.Insert<?>
@NotNull QOM.UnmodifiableList<? extends Field<?>>
@NotNull QOM.Insert<?>
$onConflict
(Collection<? extends Field<?>> onConflictFields) @Nullable Condition
@NotNull QOM.Insert<?>
$onConflictWhere
(Condition where) boolean
@NotNull QOM.Insert<?>
$onDuplicateKeyIgnore
(boolean onDuplicateKeyIgnore) boolean
@NotNull QOM.Insert<?>
$onDuplicateKeyUpdate
(boolean onDuplicateKeyUpdate) @Nullable Select<?>
$select()
@NotNull QOM.Insert<?>
@NotNull QOM.UnmodifiableMap<? extends FieldOrRow,
? extends FieldOrRowOrSelect> @NotNull QOM.Insert<?>
$updateSet
(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> updateSet) @Nullable Condition
@NotNull QOM.Insert<?>
$updateWhere
(Condition where) @NotNull QOM.UnmodifiableList<? extends Row>
$values()
@NotNull QOM.Insert<?>
$values
(Collection<? extends Row> values) @Nullable QOM.With
$with()
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$with
-
$into
-
$into
-
$columns
-
$columns
-
$select
-
$select
-
$defaultValues
boolean $defaultValues() -
$defaultValues
-
$values
-
$values
-
$onDuplicateKeyIgnore
boolean $onDuplicateKeyIgnore() -
$onDuplicateKeyIgnore
@CheckReturnValue @NotNull @NotNull QOM.Insert<?> $onDuplicateKeyIgnore(boolean onDuplicateKeyIgnore) -
$onDuplicateKeyUpdate
boolean $onDuplicateKeyUpdate() -
$onDuplicateKeyUpdate
@CheckReturnValue @NotNull @NotNull QOM.Insert<?> $onDuplicateKeyUpdate(boolean onDuplicateKeyUpdate) -
$onConflict
-
$onConflict
@CheckReturnValue @NotNull @NotNull QOM.Insert<?> $onConflict(Collection<? extends Field<?>> onConflictFields) -
$onConflictWhere
-
$onConflictWhere
-
$updateSet
@NotNull @NotNull QOM.UnmodifiableMap<? extends FieldOrRow,? extends FieldOrRowOrSelect> $updateSet() -
$updateSet
@CheckReturnValue @NotNull @NotNull QOM.Insert<?> $updateSet(Map<? extends FieldOrRow, ? extends FieldOrRowOrSelect> updateSet) -
$updateWhere
-
$updateWhere
-