August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_context_db_handle() — Get a database connection from a function context
sqlite3* sqlite3_context_db_handle( sqlite3_context* ctx );
ctx
An SQL function context, provided by the SQLite library.
The database connection associated with this context.
This function returns the database connection that is associated with an SQL function context. This is called from inside a C function that implements a custom SQL function or SQL aggregate.
Read now
Unlock full access