File: cursors.rst

package info (click to toggle)
python-pymysql 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 6,473; makefile: 134; sh: 44; sql: 10
file content (19 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: