Structure
SQLCommonTableExpressionGroup
A clause representing a group of one or more
SQLCommonTableExpressions.struct SQLCommonTableExpressionGroup
Overview
This expression makes up a complete WITH clause in the generated SQL, serving to centralize the serialization logic for such a clause in a single location rather than requiring it to be repeated by every query type that supports CTEs.
Topics
Initializers
Instance Properties
tableExpressionsThe list of common table expressions which make up the group.
Instance Methods
serialize(to:)Invoked when a request is made to serialize the expression to raw SQL.
Relationships
Conforms To
SQLExpressionSwift.SendableSwift.SendableMetatype