Home
last modified time | relevance | path

Searched refs:sqlite3_set_last_insert_rowid (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h627 #define sqlite3_set_last_insert_rowid sqlite3_api->set_last_insert_rowid macro
H A Dsqlite3.h2488 ** [sqlite3_set_last_insert_rowid()]
2496 ** rowid value using [sqlite3_set_last_insert_rowid()] before returning
2533 ** The sqlite3_set_last_insert_rowid(D, R) method allows the application to
2537 SQLITE_API void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);
/third_party/sqlite/src/
H A Dsqlite3.c2801 ** [sqlite3_set_last_insert_rowid()]
2809 ** rowid value using [sqlite3_set_last_insert_rowid()] before returning
2846 ** The sqlite3_set_last_insert_rowid(D, R) method allows the application to
2850 SQLITE_API void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);
132550 #define sqlite3_set_last_insert_rowid global() macro
174504 SQLITE_API void sqlite3_set_last_insert_rowid(sqlite3 *db, sqlite3_int64 iRowid){ global() function
[all...]

Completed in 141 milliseconds