CollationInterface class abstract final Query Builder
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 string or in the ORDER BY
clause when specifying how the order of the
query results.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited