- 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 SummaryModifier 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.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$with
- 
$into
- 
$into
- 
$columns
- 
$columns
- 
$select
- 
$select
- 
$defaultValuesboolean $defaultValues()
- 
$defaultValues
- 
$values
- 
$values
- 
$onDuplicateKeyIgnoreboolean $onDuplicateKeyIgnore()
- 
$onDuplicateKeyIgnore@CheckReturnValue @NotNull @NotNull QOM.Insert<?> $onDuplicateKeyIgnore(boolean onDuplicateKeyIgnore) 
- 
$onDuplicateKeyUpdateboolean $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
 
-