Module on_conflict_clause

Source
Expand description

This module contains all diesel provided reusable options to configure SqlDialect::OnConflictClause

Structs§

DoesNotSupportOnConflictClause
This marker type indicates that ON CONFLICT clauses are not supported for this backend

Traits§

PgLikeOnConflictClause
A marker trait indicating whether the on conflict clause implementation is mostly like postgresql
SupportsOnConflictClause
A marker trait indicating if a ON CONFLICT clause is supported or not
SupportsOnConflictClauseWhere
A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...] clause is supported or not