CollationProtocol

public protocol CollationProtocol

Collation defines how strings are compared and is used when creating a COLLATE expression. The COLLATE expression can be used in the WHERE clause when comparing two strings or in the ORDER BY clause when specifying how the order of the query results.

  • toImpl() Extension method

    Undocumented

    Declaration

    Swift

    func toImpl() -> CBLQueryCollation