Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
next_stmt.html

Index Summary Markup Original


R-13279-06508-34532-04763-41016-09422-12015-14257 tcl slt th3 src

This interface returns a pointer to the next prepared statement after pStmt associated with the database connection pDb.

th3/cov1/vdbeapi04.test:36

/* IMP: R-13279-06508 */
# EVIDENCE-OF: R-13279-06508 This interface returns a pointer to the
# next prepared statement after pStmt associated with the database
# connection pDb.

R-19982-00724-51550-61529-52295-40817-37605-44623 tcl slt th3 src

If pStmt is NULL then this interface returns a pointer to the first prepared statement associated with the database connection pDb.

th3/cov1/vdbeapi04.test:40

/* IMP: R-19982-00724 */
# EVIDENCE-OF: R-19982-00724 If pStmt is NULL then this interface
# returns a pointer to the first prepared statement associated with the
# database connection pDb.

R-59880-60857-20339-39242-03952-30243-41004-50875 tcl slt th3 src

If no prepared statement satisfies the conditions of this routine, it returns NULL.

th3/cov1/vdbeapi04.test:56

/* IMP: R-59880-60857 */
# EVIDENCE-OF: R-59880-60857 If no prepared statement satisfies the
# conditions of this routine, it returns NULL.