Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Dynamic String Object

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:

  1. The sqlite3_str object is created using sqlite3_str_new().
  2. Text is appended to the sqlite3_str object using various methods, such as sqlite3_str_appendf().
  3. The sqlite3_str object is destroyed and the string it created is returned using the sqlite3_str_finish() interface.

1 Constructor using this object: sqlite3_str_new()

1 Destructor using this object: sqlite3_str_finish()

9 Methods using this object:

See also lists of Objects, Constants, and Functions.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant