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 such an object is the first parameter to user-defined SQL functions.

See also lists of Objects, Constants, and Functions.


This page last modified 2007/11/22 00:41:31 UTC