Small. Fast. Reliable.
Choose any three.

SQLite C Interface

SQL Function Context Object

typedef struct sqlite3_context sqlite3_context;

The context in which an SQL function executes is stored in an sqlite3_context object. A pointer to an sqlite3_context object is always first parameter to application-defined SQL functions.

See also lists of Objects, Constants, and Functions.


This page last modified 2007/12/14 14:37:57 UTC