File size: 421 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Cursor Objects
==============
.. module:: pymysql.cursors
.. autoclass:: Cursor
:members:
:exclude-members: DataError, DatabaseError, Error, InterfaceError,
IntegrityError, InternalError, NotSupportedError,
OperationalError, ProgrammingError, Warning
.. autoclass:: SSCursor
:members:
.. autoclass:: DictCursor
:members:
.. autoclass:: SSDictCursor
:members:
|