Searched refs:lastChanges (Results 1 – 6 of 6) sorted by relevance
77 int lastChanges();
311 int SQLiteDatabase::lastChanges() in lastChanges() function in WebCore::SQLiteDatabase
120 resultSet->setRowsAffected(database->lastChanges()); in execute()
145 resultSet->setRowsAffected(database->lastChanges()); in execute()
34631 …(WebCore::SQLDatabase::lastChanges): Added this SQLite accessor to see if an UPDATE command actual…
78886 (WebCore::SQLiteDatabase::lastChanges):