|
typedef struct sqlite3_stmt sqlite3_stmt;
An instance of this object represents a single SQL statement. This object is variously known as a "prepared statement" or a "compiled SQL statement" or simply as a "statement".
The life of a statement object goes something like this:
Refer to documentation on individual methods above for additional information.
See also lists of Objects, Constants, and Functions.
*** DRAFT ***