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.have_result_set Property

11.46 _mysql_connector.MySQL.have_result_set Property

Syntax:

has_rows = ccnx.have_result_set

After execution of the query() method, this property indicates whether the query returns rows.