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 =
# File 'lib/sqlite3/constants.rb', line 19
Deprecated
5 -
DETERMINISTIC =
# File 'lib/sqlite3/constants.rb', line 21
sqlite3_create_collation only
0x800 -
UTF16 =
# File 'lib/sqlite3/constants.rb', line 17
Use native byte order
4 -
UTF16BE =
# File 'lib/sqlite3/constants.rb', line 15
IMP: R-51971-34154
3 -
UTF16LE =
# File 'lib/sqlite3/constants.rb', line 13
IMP: R-03371-37637
2 -
UTF8 =
# File 'lib/sqlite3/constants.rb', line 11
IMP: R-37514-35566
1