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.insert_id() Method

11.28 _mysql_connector.MySQL.insert_id() Method

Syntax:

insert_id = ccnx.insert_id()

Returns the AUTO_INCREMENT value generated by the most recent executed statement, or 0 if there is no such value.