| SQLITE3_STR(3) | Library Functions Manual | SQLITE3_STR(3) |
sqlite3_str —
dynamic string object
#include
<sqlite3.h>
typedef struct sqlite3_str sqlite3_str;
An instance of the sqlite3_str object contains a dynamically-sized string under construction.
The lifecycle of an sqlite3_str object is as follows:
sqlite3_str_new().sqlite3_str_appendf().sqlite3_str_finish()
interface.These declarations were extracted from the interface documentation at line 8382.
typedef struct sqlite3_str sqlite3_str;
sqlite3_str_appendf(3), sqlite3_str_finish(3), sqlite3_str_new(3)
| January 24, 2024 | NetBSD 11.0 |