*** DRAFT ***

SQLite Requirement Matrix Details
db_handle.html

Index Summary Markup Original


R-63656-25792-13227-10920-63493-08567-09592-14766 tcl slt th3 src

The sqlite3_db_handle interface returns the database connection handle to which a prepared statement belongs.

th3/req1/dbhandle01.test:13

/* IMP: R-63656-25792 */
# EVIDENCE-OF: R-63656-25792 The sqlite3_db_handle interface returns the
# database connection handle to which a prepared statement belongs.

R-44929-19675-50890-09843-10224-35620-29397-31048 tcl slt th3 src

The database connection returned by sqlite3_db_handle is the same database connection that was the first argument to the sqlite3_prepare_v2() call (or its variants) that was used to create the statement in the first place.

th3/req1/dbhandle01.test:23

/* IMP: R-44929-19675 */
# EVIDENCE-OF: R-44929-19675 The database connection returned by
# sqlite3_db_handle is the same database connection that was the first
# argument to the sqlite3_prepare_v2() call (or its variants) that was
# used to create the statement in the first place.