Collation
public final class CollationCollation factory. CouchbaseLite provides two types of the Collation, ASCII and Unicode. Without specifying the COLLATE expression. Couchbase Lite will use the ASCII with case sensitive collation by default.
- 
                  
                  Creates an ASCII collation that will compare two strings by using binary comparison. DeclarationSwift public static func ascii() -> ASCIIReturn ValueThe ASCII collation. 
- 
                  
                  Creates a Unicode collation that will compare two strings by using Unicode Collation Algorithm. If the locale is not specified, the current system locale will be used by default. DeclarationSwift public static func unicode() -> UnicodeReturn ValueThe Unicode collation. 
- 
                  
                  ASCII collation compares two strings by using binary comparison. See moreDeclarationSwift public final class ASCII : CollationProtocol
- 
                  
                  Unicode Collation that will compare two strings by using Unicode collation algorithm. If the locale is not specified, the current system locale will be used by default. See moreDeclarationSwift public final class Unicode : CollationProtocol
 Collation Class Reference
        Collation Class Reference