Back to Grdb Swift

Records and the Query Interface

GRDB/Documentation.docc/QueryInterface.md

7.10.0951 B
Original Source

Records and the Query Interface

Record types and the query interface build SQL queries for you.

Overview

For an overview, see Records, and The Query Interface.

Topics

Records Protocols

  • EncodableRecord
  • FetchableRecord
  • MutablePersistableRecord
  • PersistableRecord
  • TableRecord

Expressions

  • Column
  • JSONColumn
  • SQLExpression

Requests

  • CommonTableExpression
  • QueryInterfaceRequest
  • Table

Associations

  • Association

Errors

  • RecordError
  • PersistenceError

Supporting Types

  • ColumnExpression
  • DerivableRequest
  • SQLExpressible
  • SQLJSONExpressible
  • SQLSpecificExpressible
  • SQLSubqueryable
  • SQLOrderingTerm
  • SQLSelectable

Legacy Types

  • Record