|
typedef struct sqlite3_context sqlite3_context;
The context in which an SQL function executes is stored in an sqlite3_context object. A pointer to such an object is the first parameter to user-defined SQL functions.
See also lists of Objects, Constants, and Functions.