Module returning_clause

Source
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