Module diesel::backend::sql_dialect::returning_clause
source · 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