Files
UUVPN/iOS-SwiftUI-Code/GRDB.swift-6.29.3/GRDB/Documentation.docc/QueryInterface.md
T
2025-01-22 14:09:10 +08:00

923 B

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

  • Record
  • 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