Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_close_v2

222 ** and [sqlite3_close_v2()] are its destructors.  There are many other
270 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
279 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
283 ** finished. The sqlite3_close_v2() interface is intended for use with
291 ** sqlite3_close_v2() is called on a [database connection] that still has
300 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
305 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
309 SQLITE_API int sqlite3_close_v2(sqlite3*);