Searched defs:sqlite3_step (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h387 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c535 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
641 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
642 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2370 ** the handler returns 0 which causes [sqlite3_step()] to return
2788 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2792 ** statement might be re-prepared during [sqlite3_step()] due to a
2794 ** correct authorizer callback remains in place during the [sqlite3_step()].
2798 ** performed during statement evaluation in [sqlite3_step()], unless
2799 ** as stated in the previous paragraph, sqlite3_step() invokes
2886 ** various times when an SQL statement is being run by [sqlite3_step()]
69539 SQLITE_API int SQLITE_STDCALL sqlite3_step(sqlite3_stmt *pStmt){ function
102242 #define sqlite3_step macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h387 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c535 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
641 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
642 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2370 ** the handler returns 0 which causes [sqlite3_step()] to return
2788 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2792 ** statement might be re-prepared during [sqlite3_step()] due to a
2794 ** correct authorizer callback remains in place during the [sqlite3_step()].
2798 ** performed during statement evaluation in [sqlite3_step()], unless
2799 ** as stated in the previous paragraph, sqlite3_step() invokes
2886 ** various times when an SQL statement is being run by [sqlite3_step()]
69557 SQLITE_API int SQLITE_STDCALL sqlite3_step(sqlite3_stmt *pStmt){ function
102260 #define sqlite3_step macro
[all...]

Completed in 329 milliseconds