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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 219 #define sqlite3_exec sqlite3_api->exec macro
  /external/sqlite/dist/
sqlite3.c 799 ** The sqlite3_exec() interface is a convenience wrapper around
804 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
808 ** sqlite3_exec() is not NULL, then it is invoked for each result row
810 ** to sqlite3_exec() is relayed through to the 1st argument of each
811 ** callback invocation. ^If the callback pointer to sqlite3_exec()
816 ** sqlite3_exec(), then execution of the current statement stops and
817 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
822 ** of sqlite3_exec() after the error message string is no longer needed.
823 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
824 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
75843 SQLITE_API int sqlite3_exec( function
76245 #define sqlite3_exec macro
    [all...]

Completed in 45 milliseconds