module SQLite3::Constants::TextRep
CAPI3REF: Text Encodings
These constant define integer codes that represent the various text encodings supported by SQLite.
Constants
- ANY
-
Deprecated
- DETERMINISTIC
-
sqlite3_create_collation only
- UTF16
-
Use native byte order
- UTF16BE
-
IMP: R-51971-34154
- UTF16LE
-
IMP: R-03371-37637
- UTF8
-
IMP: R-37514-35566