Lines Matching refs:sqlite3_close
265 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
319 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
321 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
331 ** sqlite3_close() will leave the database connection open and return
345 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
350 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
353 SQLITE_API int sqlite3_close(sqlite3*);
3503 ** passing it to [sqlite3_close()] when it is no longer required.
6332 ** [database connection] is closed using [sqlite3_close()].
9366 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
9387 ** connection using [sqlite3_close()].
10663 ** calling [sqlite3_close()]) and a new connection is subsequently opened