Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
str.html

Index Summary Markup Original


R-02878-47338-41992-43145-51267-26595-43850-16563 tcl slt th3 src

The sqlite3_str object is created using sqlite3_str_new().

/* IMP: R-02878-47338 */
# EVIDENCE-OF: R-02878-47338 The sqlite3_str object is created using
# sqlite3_str_new().

R-31989-51162-12344-35872-57783-63477-65151-09543 tcl slt th3 src

Text is appended to the sqlite3_str object using various methods, such as sqlite3_str_appendf().

/* IMP: R-31989-51162 */
# EVIDENCE-OF: R-31989-51162 Text is appended to the sqlite3_str object
# using various methods, such as sqlite3_str_appendf().

R-25205-10214-27993-08782-38533-49821-04798-04951 tcl slt th3 src

The sqlite3_str object is destroyed and the string it created is returned using the sqlite3_str_finish() interface.

/* IMP: R-25205-10214 */
# EVIDENCE-OF: R-25205-10214 The sqlite3_str object is destroyed and the
# string it created is returned using the sqlite3_str_finish()
# interface.