Returns information about the SQLite extender.
slGetInfo ( request-number )
Parameters:
(i) request-number: information number (see below).
(i) information depends on request (see below).
This function returns miscellaneous information about the SQLite extender.
Request-Number
The request-number parameter determines the information returned by the function.
Request-Number |
Return Value |
0 |
Extender version number. |
1 |
Number of functions implemented by the extender. |
2 |
Number of manifest constants implemented by the extender. |
3 |
Number of SQLite object handles currently stored by the extender. |
4 |
Current SQLite library version used by the extender returned as a number. |
5 |
Current SQLite library version used by the extender returned as a string. |
Error # |
Text associated with the an extender error number or an empty string ("") if the value is not a valid extender error number. |