Up |
SQLITE3
This library is not yet included in standard Scol release. This is a beta version.
This library is put under Scol license.
Installation
Close Scol, if any.
Copy the library (*.dll on MS Windows, *.so on GNU/Linux) to the subfolder
"plugins" of "scol".
Edit the "usm.ini" file (as the same folder than "scol.exe" (on Windows) or
"scol" (on GNU/Linux)) and add this line :
Under windows :
plugin plugins/libsqlite3.dll
plugin plugins/libsqlite3.dll ScolLoadPlugin ScolUnloadPlugin
(old Scol versions)Under GNU/Linux :
plugin ./plugins/libsqlite3.so ScolLoadPlugin ScolUnloadPlugin
Launch Scol.
Uninstallation
Comment or remove the added line (see 'Installation' above). After, you can delete the *.dll or *.so file.
Functions
By alphabetic order
- ObjSqlite
- _sqliteCallbackExec
fun [ObjSqlite fun [ObjSqlite u0 S S] u1 u0] ObjSqlite - _sqliteCallbackProgress
fun [ObjSqlite fun [ObjSqlite u0] u1 u0 I] ObjSqlite - _sqliteClose
fun [ObjSqlite] I - _sqliteExec
fun [ObjSqlite S I] I - _sqliteExecResult
fun [ObjSqlite S I] [[[S S] r1] r1] - _sqliteGetSizeLimit
fun [ObjSqlite I] I - _sqliteOpenFile
fun [Chn P] ObjSqlite - _sqliteOpenFileEx
fun [Chn P I I I] ObjSqlite - _sqliteOpenMemory
fun [Chn] ObjSqlite - _sqliteOpenTemp
fun [Chn] ObjSqlite - _sqliteSetSizeLimit
fun [ObjSqlite I I] I - _sqliteSharedCacheEnabled
fun [I] I - _sqliteThreadsafe
fun [] I - _sqliteVersion
fun [] S - _sqliteVersionScol
fun [] S
Note
You can see the [not up-to-date] doc on the development server.