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

  /external/sqlite/dist/orig/
sqlite3ext.h 350 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 541 ** The sqlite3_exec() interface is a convenience wrapper around
546 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
550 ** sqlite3_exec() is not NULL, then it is invoked for each result row
552 ** sqlite3_exec() is relayed through to the 1st argument of each
553 ** callback invocation. ^If the callback pointer to sqlite3_exec()
558 ** sqlite3_exec(), then execution of the current statement stops and
559 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
564 ** of sqlite3_exec() after the error message string is no longer needed.
565 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
566 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
103910 SQLITE_API int SQLITE_STDCALL sqlite3_exec( function
104397 #define sqlite3_exec macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 350 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 541 ** The sqlite3_exec() interface is a convenience wrapper around
546 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
550 ** sqlite3_exec() is not NULL, then it is invoked for each result row
552 ** sqlite3_exec() is relayed through to the 1st argument of each
553 ** callback invocation. ^If the callback pointer to sqlite3_exec()
558 ** sqlite3_exec(), then execution of the current statement stops and
559 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
564 ** of sqlite3_exec() after the error message string is no longer needed.
565 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
566 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
103928 SQLITE_API int SQLITE_STDCALL sqlite3_exec( function
104415 #define sqlite3_exec macro
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 1250 milliseconds