*** DRAFT ***

SQLite Requirement Matrix Details
str_append.html

Index Summary Markup Original


R-56922-36205-22482-11354-54881-45664-41752-42246 tcl slt th3 src

The sqlite3_str_appendf(X,F,.

/* IMP: R-56922-36205 */
# EVIDENCE-OF: R-56922-36205 The sqlite3_str_appendf(X,F,.

R-63565-54156-07796-04437-54657-38631-57442-48844 tcl slt th3 src

The sqlite3_str_append(X,S,N) method appends exactly N bytes from string S onto the end of the sqlite3_str object X.

/* IMP: R-63565-54156 */
# EVIDENCE-OF: R-63565-54156 The sqlite3_str_append(X,S,N) method
# appends exactly N bytes from string S onto the end of the sqlite3_str
# object X.

R-54405-49237-08494-43030-09178-29005-00449-25094 tcl slt th3 src

The sqlite3_str_appendall(X,S) method appends the complete content of zero-terminated string S onto the end of sqlite3_str object X.

/* IMP: R-54405-49237 */
# EVIDENCE-OF: R-54405-49237 The sqlite3_str_appendall(X,S) method
# appends the complete content of zero-terminated string S onto the end
# of sqlite3_str object X.

R-26170-15376-11446-15770-61234-08203-15612-42127 tcl slt th3 src

The sqlite3_str_appendchar(X,N,C) method appends N copies of the single-byte character C onto the end of sqlite3_str object X.

/* IMP: R-26170-15376 */
# EVIDENCE-OF: R-26170-15376 The sqlite3_str_appendchar(X,N,C) method
# appends N copies of the single-byte character C onto the end of
# sqlite3_str object X.

R-47136-25746-15640-41932-06678-43823-40123-27757 tcl slt th3 src

This method can be used, for example, to add whitespace indentation.

/* IMP: R-47136-25746 */
# EVIDENCE-OF: R-47136-25746 This method can be used, for example, to
# add whitespace indentation.

R-19604-19849-22831-12858-52721-48914-18931-47249 tcl slt th3 src

The sqlite3_str_reset(X) method resets the string under construction inside sqlite3_str object X back to zero bytes in length.

/* IMP: R-19604-19849 */
# EVIDENCE-OF: R-19604-19849 The sqlite3_str_reset(X) method resets the
# string under construction inside sqlite3_str object X back to zero
# bytes in length.

R-05212-61817-14032-11419-24203-62425-34846-12664 tcl slt th3 src

If an error occurs, that fact is recorded in the sqlite3_str object and can be recovered by a subsequent call to sqlite3_str_errcode(X).

/* IMP: R-05212-61817 */
# EVIDENCE-OF: R-05212-61817 If an error occurs, that fact is recorded
# in the sqlite3_str object and can be recovered by a subsequent call to
# sqlite3_str_errcode(X).