ASCII

actual class ASCII : Collation(source)
expect class ASCII : Collation(source)

ASCII collation compares two strings by using binary comparison.

actual class ASCII : Collation(source)
actual class ASCII : Collation(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
internal open override var actual: CBLQueryCollation

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
actual fun setIgnoreCase(ignCase: Boolean): Collation.ASCII
expect fun setIgnoreCase(ignCase: Boolean): Collation.ASCII

Specifies whether the collation is case-insensitive or not. Case-insensitive collation will treat ASCII uppercase and lowercase letters as equivalent.

actual fun setIgnoreCase(ignCase: Boolean): Collation.ASCII
actual fun setIgnoreCase(ignCase: Boolean): Collation.ASCII
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String