Small. Fast. Reliable.
Choose any three.

SQLite C接口

功能的数据库连接

sqlite3 * sqlite3_context_db_handle(sqlite3_context *);

sqlite3_context_db_handle()接口返回指向最初注册了应用程序定义函数的sqlite3_create_function()sqlite3_create_function16()例程的数据库连接(第一个参数)的指针的副本。

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