HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_close (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 180 #define sqlite3_close sqlite3_api->close macro
  /external/sqlite/dist/
sqlite3.c 718 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
766 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
767 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
773 ** sqlite3_close() is called on a [database connection] that still has
777 ** ^If [sqlite3_close()] is invoked while a transaction is open,
780 ** The C parameter to [sqlite3_close(C)] must be either a NULL
784 ** ^Calling sqlite3_close() with a NULL pointer argument is a
787 SQLITE_API int sqlite3_close(sqlite3 *);
76205 #define sqlite3_close macro
96052 SQLITE_API int sqlite3_close(sqlite3 *db){ function
    [all...]

Completed in 328 milliseconds