Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_close

768 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
816 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
817 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
823 ** sqlite3_close() is called on a [database connection] that still has
827 ** ^If [sqlite3_close()] is invoked while a transaction is open,
830 ** The C parameter to [sqlite3_close(C)] must be either a NULL
834 ** ^Calling sqlite3_close() with a NULL pointer argument is a
837 SQLITE_API int sqlite3_close(sqlite3 *);
2833 ** passing it to [sqlite3_close()] when it is no longer required.
4426 ** [database connection] is closed using [sqlite3_close()].
6526 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
6547 ** connection using [sqlite3_close()].
20990 ** used as an argument to sqlite3_errmsg() or sqlite3_close().
84674 #define sqlite3_close sqlite3_api->close
84972 sqlite3_close,
105457 SQLITE_API int sqlite3_close(sqlite3 *db){
106796 sqlite3_close(db);