Searched defs:sqlite3_exec (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h268 #define sqlite3_exec sqlite3_api->exec macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h311 #define sqlite3_exec sqlite3_api->exec macro
H A Dsqlite3.c852 ** 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()
875 ** of sqlite3_exec() after the error message string is no longer needed.
876 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
877 ** occur, then sqlite3_exec() set
90836 SQLITE_API int sqlite3_exec( function
91284 #define sqlite3_exec macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h311 #define sqlite3_exec sqlite3_api->exec macro
H A Dsqlite3.c852 ** 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()
875 ** of sqlite3_exec() after the error message string is no longer needed.
876 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
877 ** occur, then sqlite3_exec() set
90847 SQLITE_API int sqlite3_exec( function
91295 #define sqlite3_exec macro
[all...]

Completed in 484 milliseconds