sqlite_close_allsqlite_close_allSqliteCloseAllSqliteCloseAll (Operator)
Name
sqlite_close_allsqlite_close_allSqliteCloseAllSqliteCloseAll — Closes all connections to SQLite3 data bases.
Signature
sqlite_close_all( : : : )
Herror sqlite_close_all()
Herror T_sqlite_close_all()
Description
sqlite_close_allsqlite_close_allSqliteCloseAllSqliteCloseAllSqliteCloseAll closes all connections to SQLite3 data bases.
Find more information about the Sqlite extension package in the introduction to this chapter.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Module
Foundation