Sets the charset for this connections (used to decode string fields into unicode strings)
class concurrence.database.mysql.client.ResultSet(connection, field_count)¶
Represents the current resultset being read from a Connection.
The resultset implements an iterator over rows. A Resultset must
be iterated entirely and closed explicitly.