MySQL Connector/Python Developer Guide

10.2.21 MySQLConnection.get_row() Method

This method retrieves the next row of a query result set, returning a tuple.

The tuple returned by get_row() consists of:

The get_row() method is used by MySQLCursor to fetch rows.