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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 268 #define sqlite3_exec sqlite3_api->exec macro
  /external/sqlite/dist/orig/
sqlite3ext.h 311 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 852 ** The sqlite3_exec() interface is a convenience wrapper around
857 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
861 ** sqlite3_exec() is not NULL, then it is invoked for each result row
863 ** sqlite3_exec() is relayed through to the 1st argument of each
864 ** callback invocation. ^If the callback pointer to sqlite3_exec()
869 ** sqlite3_exec(), then execution of the current statement stops and
870 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
90836 SQLITE_API int sqlite3_exec( function
91284 #define sqlite3_exec macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 311 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 852 ** The sqlite3_exec() interface is a convenience wrapper around
857 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
861 ** sqlite3_exec() is not NULL, then it is invoked for each result row
863 ** sqlite3_exec() is relayed through to the 1st argument of each
864 ** callback invocation. ^If the callback pointer to sqlite3_exec()
869 ** sqlite3_exec(), then execution of the current statement stops and
870 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
90872 SQLITE_API int sqlite3_exec( function
91320 #define sqlite3_exec macro
    [all...]

Completed in 308 milliseconds