FilteredRequest

A request that can filter database rows.

RequestProtocols.swift:229
protocol FilteredRequest
Browse conforming types

The filter applies to the WHERE clause, or to the ON clause of an SQL join.

The WHERE and JOIN ON Clauses