Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_db_handle

4613 ** ^The sqlite3_db_handle interface returns the [database connection] handle
4615 ** returned by sqlite3_db_handle is the same [database connection]
4620 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*);
59733 SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){
84701 #define sqlite3_db_handle sqlite3_api->db_handle
84998 sqlite3_db_handle,