Structs
The following structs are available globally.
-
An iterator of Documents in a Database, returned by Database.allDocuments or Query.allDocuments.
See moreDeclaration
Swift
public struct DocumentIterator : Sequence, IteratorProtocol
-
The iterator that returns successive rows from a Query.
See moreDeclaration
Swift
public struct QueryIterator : Sequence, IteratorProtocol
-
A row of data generated by a Query.
See moreDeclaration
Swift
public struct QueryRow
-
Options for opening a database. All properties default to NO or nil.
See moreDeclaration
Swift
public struct DatabaseOptions