Skip to content

Structure

SQLSubquery

An expression which wraps a SQLSelect query in a SQLGroupExpression in order to form a syntactically valid subquery expression.
struct SQLSubquery

Overview

See also SQLSubqueryBuilder.

Note

This type exists because 1) it allows simplifying the syntax of the builder API via type inference, and 2) design limitations of SQLExpression prevent enabling said inference in a less roundabout fashion.

Topics

Initializers

Instance Properties

Instance Methods

Type Methods

Relationships

Conforms To

See Also

Clause Expressions