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 268 #define sqlite3_exec sqlite3_api->exec macro
  /external/sqlite/dist/
sqlite3.c 849 ** The sqlite3_exec() interface is a convenience wrapper around
854 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
858 ** sqlite3_exec() is not NULL, then it is invoked for each result row
860 ** to sqlite3_exec() is relayed through to the 1st argument of each
861 ** callback invocation. ^If the callback pointer to sqlite3_exec()
866 ** sqlite3_exec(), then execution of the current statement stops and
867 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
872 ** of sqlite3_exec() after the error message string is no longer needed.
873 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
874 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
84714 #define sqlite3_exec macro
    [all...]

Completed in 103 milliseconds