SQLITE3_BUSY_TIMEOUT(3) | Library Functions Manual | SQLITE3_BUSY_TIMEOUT(3) |
sqlite3_busy_timeout
—
sqlite3_busy_timeout
(sqlite3*,
int ms);
Calling this routine with an argument less than or equal to zero turns off all busy handlers.
There can only be a single busy handler for a particular database connection at any given moment. If another busy handler was defined (using sqlite3_busy_handler()) prior to calling this routine, that other busy handler is cleared.
December 19, 2018 | NetBSD 9.2 |