Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_close

221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
276 ** sqlite3_close() is called on a [database connection] that still has
280 ** ^If [sqlite3_close()] is invoked while a transaction is open,
283 ** The C parameter to [sqlite3_close(C)] must be either a NULL
287 ** ^Calling sqlite3_close() with a NULL pointer argument is a
290 SQLITE_API int sqlite3_close(sqlite3 *);
2286 ** passing it to [sqlite3_close()] when it is no longer required.
3879 ** [database connection] is closed using [sqlite3_close()].
5979 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
6000 ** connection using [sqlite3_close()].