Enumerations
The following enumerations are available globally.
-
An enumeration for columns used in indices along with their sort order.
See moreDeclaration
Swift
public enum IndexColumnOrdered : IndexColumn
-
An operand of a
See moreConditionalClause
.
-
An enumeration of errors that may occur during query construction and execution.
See moreDeclaration
Swift
public enum QueryError : Error
extension QueryError: CustomStringConvertible
-
The result of an execution of a query.
See moreDeclaration
Swift
public enum QueryResult