Structs§
- Insert
DoUpdate Set - Marker for the state after DO UPDATE SET (before optional WHERE).
- Insert
Initial - Marker for the initial state of
InsertBuilder. - Insert
OnConflict Set - Marker for the state after ON CONFLICT is set.
- Insert
Returning Set - Marker for the state after RETURNING clause is added.
- Insert
Values Set - Marker for the state after VALUES are set.
- OnConflict
Builder - Intermediate builder for typed ON CONFLICT clause construction (
PostgreSQL).
Type Aliases§
- Insert
Builder - Builds an INSERT query specifically for
PostgreSQL.