blob: 00ab942ebdca534b06c75493eebed29157a5790b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
These SQLite extension libraries provide the following functions:
Compress content into a blob using libz
(loaded with ".load libsqlitecompress.so"):
COMPRESS, UNCOMPRESS
IPv4 functions (loaded with ".load libsqliteipv4.so"):
ISINNET, ISSAMENET
IP2INT, INT2IP
NETFROM, NETTO
NETLENGTH, NETMASKLENGTH
Shell environment functions (loaded with ".load libsqliteenv.so"):
CURRENT_USER
CURRENT_LOCALE
GETENV
MD5 message-digest algorithm functions (loaded with ".load libsqlitemd5.so"):
GROUP_MD5
MD5
MD5FILE
WWW: http://sqlite.mobigroup.ru/wiki?name=extensions
|