Module: SQLite3::Constants::TextRep
- 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 collapse
- UTF8 =
IMP: R-37514-35566
1
- UTF16LE =
IMP: R-03371-37637
2
- UTF16BE =
IMP: R-51971-34154
3
- UTF16 =
Use native byte order
4
- ANY =
Deprecated
5
- DETERMINISTIC =
sqlite3_create_collation only
0x800