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

  /packages/apps/Launcher2/
print_db.py 7 import sqlite3 namespace
75 conn = sqlite3.connect(fn)
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
60 ** The version of the SQLite library is contained in the sqlite3.h
93 ** if you compile your program using an sqlite3.h header from a
111 ** opaque structure named "sqlite3". It is useful to think of an sqlite3
118 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
161 int sqlite3_close(sqlite3 *);
215 sqlite3*, /* An open database */
323 int sqlite3_extended_result_codes(sqlite3*, int onoff)
    [all...]
  /external/sqlite/dist/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
89 ** SQLite3) and Y is the minor version number and Z is the release number.)^
192 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
198 ** sqlite3 object.
200 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
242 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
243 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object i
    [all...]
sqlite3.c 11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
17 ** language. The code for the "sqlite3" command-line shell is also in a
523 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
524 /************** Begin file sqlite3.h *****************************************/
554 ** the version number) and changes its name to "sqlite3.h" as
610 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
613 ** SQLite3) and Y is the minor version number and Z is the release number.)
724 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
8314 struct sqlite3 { struct
    [all...]

Completed in 303 milliseconds