Where

Undocumented

  • Create and chain an ORDER BY component for specifying the orderings of the query result.

    Declaration

    Swift

    public func orderBy(_ orderings: Ordering...) -> OrderBy
  • Create and chain a GROUP BY component to group the query result.

    Declaration

    Swift

    public func groupBy(_ expressions: Expression...) -> GroupBy