DerivableRequest

DerivableRequest is the base protocol for QueryInterfaceRequest and Association.

RequestProtocols.swift:1453
protocol DerivableRequest<RowDecoder> : AggregatingRequest, FilteredRequest, JoinableRequest, OrderedRequest, SelectionRequest, TableRequest
Browse conforming types

Most features of DerivableRequest come from the protocols it inherits from.

Instance Methods

The WITH Clause

The SELECT Clause

The WHERE Clause

The GROUP BY and HAVING Clauses

The ORDER BY Clause

Associations

Supporting Types