CollationInterface class Null safety 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
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited