Information about the result of a query execution. This is the result of a query that modifies the database such as INSERT, UPDATE, DELETE, and some PRAGMA queries.
INSERT
UPDATE
DELETE
PRAGMA
The number of rows that were changed or deleted by UPDATE or DELETE queries. This does not include inserted rows
The last row id that was inserted by the query. This is only available for INSERT queries.
Information about the result of a query execution. This is the result of a query that modifies the database such as
INSERT
,UPDATE
,DELETE
, and somePRAGMA
queries.