Structs

The following structs are available globally.

  • An iterator of Documents in a Database, returned by Database.allDocuments or Query.allDocuments.

    See more

    Declaration

    Swift

    public struct DocumentIterator : Sequence, IteratorProtocol
  • The iterator that returns successive rows from a Query.

    See more

    Declaration

    Swift

    public struct QueryIterator : Sequence, IteratorProtocol
  • A row of data generated by a Query.

    See more

    Declaration

    Swift

    public struct QueryRow
  • Options for opening a database. All properties default to NO or nil.

    See more

    Declaration

    Swift

    public struct DatabaseOptions