This function returns the compile time value of SQLITE_THREADSAFE
. A value of
zero indicates that no thread support is available. Any other
value indicates some level of thread support is available. If
the result is nonzero, the specific threading mode can be set
for the whole library using sqlite3_config()
, or for a specific database
connection using sqlite3_open_v2()
.