勇芳软件工作室.汉化:  Constants >

Text Encodings

Previous pageReturn to chapter overviewNext page

%SQLITE_UTF8          = 1

%SQLITE_UTF16LE       = 2

%SQLITE_UTF16BE       = 3

%SQLITE_UTF16         = 4   ' /* Use native byte order */

%SQLITE_ANY           = 5   ' /* sqlite3_create_function only */

%SQLITE_UTF16_ALIGNED = 8   ' /* sqlite3_create_collation only */

 

这些常量定义了代表SQLite支持的各种文本编码的整数代码。