August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_db_handle() — Get database connection from statement
sqlite3* sqlite3_db_handle( sqlite3_stmt* stmt );
stmt
A prepared statement.
The database connection associated with the provided statement.
This function extracts the database connection associated with a prepared statement.
Read now
Unlock full access