Searched refs:GetLastRowId (Results 1 – 4 of 4) sorted by relevance
183 static int64_t GetLastRowId(sqlite3 *db);
2267 int64_t SQLiteUtils::GetLastRowId(sqlite3 *db) in GetLastRowId() function in DistributedDB::SQLiteUtils
176 int64_t rowid = SQLiteUtils::GetLastRowId(dbHandle_); in GetPrimaryKeyHashValue()822 int64_t rowid = SQLiteUtils::GetLastRowId(dbHandle_); in BindValueToInsertLogStatement()
905 rowid = SQLiteUtils::GetLastRowId(dbHandle_); in SaveSyncDataItem()