updatedRows property
int
get
updatedRows
The amount of rows inserted, updated or deleted by the last INSERT
,
UPDATE
or DELETE
statement, respectively.
For more details, see the sqlite3 docs.
Implementation
int get updatedRows;