R-35865-29619-35015-08784-17694-42068-56782-50747 tcl slt th3 src
This interface is used to retrieve runtime status information about a single database connection.
th3/req1/dbstatus01.test:10
/* IMP: R-35865-29619 */
# EVIDENCE-OF: R-35865-29619 This interface is used to retrieve runtime # status information about a single database connection.
R-27847-27229-42495-29063-58716-22268-05238-18530 tcl slt th3 src
The first argument is the database connection object to be interrogated.
th3/req1/dbstatus01.test:13
/* IMP: R-27847-27229 */
# EVIDENCE-OF: R-27847-27229 The first argument is the database # connection object to be interrogated.
R-50083-60579-41416-11234-29660-46304-14804-18223 tcl slt th3 src
The second argument is an integer constant, taken from the set of SQLITE_DBSTATUS options, that determines the parameter to interrogate.
th3/req1/dbstatus01.test:16
/* IMP: R-50083-60579 */
# EVIDENCE-OF: R-50083-60579 The second argument is an integer constant, # taken from the set of SQLITE_DBSTATUS options, that determines the # parameter to interrogate.
R-46863-28786-21721-60077-48835-05844-55823-37833 tcl slt th3 src
The current value of the requested parameter is written into *pCur and the highest instantaneous value is written into *pHiwtr.
th3/req1/dbstatus01.test:20
/* IMP: R-46863-28786 */
# EVIDENCE-OF: R-46863-28786 The current value of the requested # parameter is written into *pCur and the highest instantaneous value is # written into *pHiwtr.
R-63806-59621-53713-38948-48550-43673-56726-15716 tcl slt th3 src
If the resetFlg is true, then the highest instantaneous value is reset back down to the current value.
th3/req1/dbstatus01.test:76
/* IMP: R-63806-59621 */
# EVIDENCE-OF: R-63806-59621 If the resetFlg is true, then the highest # instantaneous value is reset back down to the current value.
R-11740-30529-09837-33143-12061-13377-09078-25577 tcl slt th3 src
The sqlite3_db_status() routine returns SQLITE_OK on success and a non-zero error code on failure.
th3/req1/dbstatus01.test:38
/* IMP: R-11740-30529 */
# EVIDENCE-OF: R-11740-30529 The sqlite3_db_status() routine returns # SQLITE_OK on success and a non-zero error code on failure.