Skip to content

Structure

SQLReturning

A clause describing a list of values to be returned from a data-modifying query.
struct SQLReturning

Overview

Most - though not all - dialects support RETURNING clauses for DML queries such as INSERT, UPDATE, and DELETE. This clause will not emit any SQL if the dialect reports lacking this support.

This clause is the building block underlying SQLReturningBuilder.

Topics

Initializers

  • init(_:)
    Create a new returning-values clause.

Instance Properties

Instance Methods

Relationships

Conforms To

See Also

Clause Expressions