SqlTextEncoding class final

Text Encodings, https://www.sqlite.org/c3ref/c_any.html These constant define integer codes that represent the various text encodings supported by SQLite.

Constructors

SqlTextEncoding()

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

Constants

SQLITE_ANY → const int
Deprecated
SQLITE_UTF8 → const int
IMP: R-37514-35566
SQLITE_UTF16 → const int
Use native byte order
SQLITE_UTF16_ALIGNED → const int
qlite3_create_collation only
SQLITE_UTF16BE → const int
IMP: R-51971-34154
SQLITE_UTF16LE → const int
IMP: R-03371-37637