August 2010
Intermediate to advanced
526 pages
23h 39m
English
total_changes() — Return the total number of rows changed
total_changes( )
The total_changes() function returns an integer
that indicates the number of database rows that have been
modified by any complete INSERT, UPDATE, or DELETE command run by this database connection
since it was opened.
This SQL function is a wrapper around
the C function sqlite3_total_changes(), and has all of the
same limitations and conditions.
changes(), last_insert_rowid(), sqlite3_total_changes() [C API, Ap G]
Read now
Unlock full access