Lines Matching full:sqlite3_db_handle
4620 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4622 ** returned by sqlite3_db_handle is the same [database connection]
4627 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
59740 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
84708 #define sqlite3_db_handle sqlite3_api->db_handle
85005 sqlite3_db_handle,