Home
last modified time | relevance | path

Searched refs:busy_timeout (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dlock.test244 # EVIDENCE-OF: R-23579-05241 PRAGMA busy_timeout; PRAGMA busy_timeout =
254 db2 eval {PRAGMA busy_timeout}
261 db2 eval {PRAGMA busy_timeout}
265 db2 eval {PRAGMA busy_timeout(400)}
271 db2 eval {PRAGMA busy_timeout}
274 db2 eval {PRAGMA busy_timeout(0)}
278 db2 eval {PRAGMA busy_timeout}
/sqlite-3.40.0/src/
H A Dsqlite3ext.h47 int (*busy_timeout)(sqlite3*,int ms); member
402 #define sqlite3_busy_timeout sqlite3_api->busy_timeout
H A Dsqlite.h.in2720 ** [sqlite3_busy_timeout()] and [PRAGMA busy_timeout].
2757 ** or evaluating [PRAGMA busy_timeout=N] will change the
2789 ** See also: [PRAGMA busy_timeout]
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl370 NAME: busy_timeout