HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_exec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 461 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 691 ** The sqlite3_exec() interface is a convenience wrapper around
696 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
700 ** sqlite3_exec() is not NULL, then it is invoked for each result row
702 ** sqlite3_exec() is relayed through to the 1st argument of each
703 ** callback invocation. ^If the callback pointer to sqlite3_exec()
708 ** sqlite3_exec(), then execution of the current statement stops and
709 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
714 ** sqlite3_exec() after the error message string is no longer needed.
715 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
716 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
142086 SQLITE_API int sqlite3_exec( function
142681 #define sqlite3_exec macro
    [all...]

Completed in 120 milliseconds