|
sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
Return the sqlite3* database handle to which a prepared statement belongs. This is the same database handle that was the first argument to the sqlite3_prepare_v2() or its variants that was used to create the statement in the first place.
See also lists of Objects, Constants, and Functions.