Small. Fast. Reliable.
Choose any three.

SQLite C接口

SQL函数上下文对象

typedef struct sqlite3_context sqlite3_context;

执行SQL函数的上下文存储在sqlite3_context对象中。指向sqlite3_context对象的指针始终是应用程序定义的SQL函数的第一个参数。应用程序定义的SQL函数实现将将此指针传递给对sqlite3_result()sqlite3_aggregate_context()sqlite3_user_data()sqlite3_context_db_handle()sqlite3_get_auxdata()和/或sqlite3_set_auxdata()的调用。

26方法:

另请参见 对象常量函数的列表