DatabaseOnConflictClauseBuilder
Properties
Functions
Link copied to clipboard
Creates a copy of this ON CONFLICT clause builder.
Link copied to clipboard
Defines the DO UPDATE action using column-value pairs.
Defines the DO UPDATE action using a raw SET expression. Use EXCLUDED to reference the values that were attempted to insert.
Defines the DO UPDATE action using a map. Useful when the update columns are determined at runtime, e.g., when only non-null fields of a patch request should be updated.
Link copied to clipboard
Defines the conflict target (constraint name).