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

11.18 _mysql_connector.MySQL.free_result() Method

Syntax:

ccnx.free_result()

Frees the stored result set, if there is one, for this MySQL instance. If the statement that was executed returned multiple result sets, this method loops over and consumes all of them.