Module: SQLite3::Constants::TextRep
Relationships & Source Files | |
Defined in: | lib/sqlite3/constants.rb |
Overview
CAPI3REF: Text Encodings
These constant define integer codes that represent the various text encodings supported by SQLite.
Constant Summary
-
ANY =
Deprecated
5
-
DETERMINISTIC =
sqlite3_create_collation only
0x800
-
UTF16 =
Use native byte order
4
-
UTF16BE =
IMP: R-51971-34154
3
-
UTF16LE =
IMP: R-03371-37637
2
-
UTF8 =
IMP: R-37514-35566
1