sqliteTotalChanges

Executes SELECT total_changes() to get the total number of rows modified, inserted, or deleted by all INSERT, UPDATE, or DELETE statements since the database connection was opened.

Return

An integer representing the total number of rows affected since the connection was opened.

Author

MOHAMMAD AZIM ANSARI

See also