MySQL Connector/Python Developer Guide

11.32 _mysql_connector.MySQL.num_rows() Method

Syntax:

count = ccnx.num_rows()

Returns the number of rows in the active result set.

Raises a MySQLError exception if there is no result set.