Module 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§

DoesNotSupportReturningClause
Indicates that a backend does not support RETURNING clauses
PgLikeReturningClause
Indicates that a backend provides support for RETURNING clauses using the postgresql RETURNING syntax

Traits§

SupportsReturningClause
A marker trait indicating if a RETURNING clause is supported or not