Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python Developer Guide  /  Connector/Python C Extension API Reference  /  _mysql_connector.MySQL.affected_rows() Method

11.3 _mysql_connector.MySQL.affected_rows() Method

Syntax:

count = ccnx.affected_rows()

Returns the number of rows changed, inserted, or deleted by the most recent UPDATE, INSERT, or DELETE statement.