MySQL Connector/Python Release Notes
- 10.6.1 cursor.MySQLCursorBuffered Class
- 10.6.2 cursor.MySQLCursorRaw Class
- 10.6.3 cursor.MySQLCursorBufferedRaw Class
- 10.6.4 cursor.MySQLCursorDict Class
- 10.6.5 cursor.MySQLCursorBufferedDict Class
- 10.6.6 cursor.MySQLCursorNamedTuple Class
- 10.6.7 cursor.MySQLCursorBufferedNamedTuple Class
- 10.6.8 cursor.MySQLCursorPrepared Class
The cursor classes described in the following sections inherit
from the MySQLCursor
class, which is described
in Section 10.5, “cursor.MySQLCursor Class”.