chickadee » sqlite3 » change-count

change-count DATABASE #!optional TOTALprocedure

Returns the number of rows changed by the last statement (if (not TOTAL), which is the default) or since the database was opened (if TOTAL).

This function always returns a count and never throws an exception.