rows property

Returns an iterable of result set rows.

Use this for direct access to the MySQL client's row objects.

Implementation

Iterable<ResultSetRow> get rows => resultSet.rows;