Module diesel::backend::sql_dialect::returning_clause
source · Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
This module contains all reusable options to configure
SqlDialect::ReturningClause
Structs
- Indicates that a backend does not support
RETURNING
clauses - Indicates that a backend provides support for
RETURNING
clauses using the postgresqlRETURNING
syntax
Traits
- A marker trait indicating if a
RETURNING
clause is supported or not