Skip to main content

Module insert

Module insert 

Source

Structs§

InsertDoUpdateSet
Marker for the state after DO UPDATE SET (before optional WHERE).
InsertInitial
Marker for the initial state of InsertBuilder.
InsertOnConflictSet
Marker for the state after ON CONFLICT is set.
InsertReturningSet
Marker for the state after RETURNING clause is added.
InsertValuesSet
Marker for the state after VALUES are set.
OnConflictBuilder
Intermediate builder for typed ON CONFLICT clause construction (PostgreSQL).

Type Aliases§

InsertBuilder
Builds an INSERT query specifically for PostgreSQL.