Package MySQLdb :: Module cursors :: Class Cursor
[hide private]
[frames] | no frames]

Class Cursor

source code

            object --+    
                     |    
CursorStoreResultMixIn --+
                         |
            object --+   |
                     |   |
  CursorTupleRowsMixIn --+
                         |
            object --+   |
                     |   |
            BaseCursor --+
                         |
                        Cursor

This is the standard Cursor class that returns rows as tuples and stores the result set in the client.

Nested Classes [hide private]

Inherited from BaseCursor: DataError, DatabaseError, Error, IntegrityError, InterfaceError, InternalError, NotSupportedError, OperationalError, ProgrammingError, Warning

Instance Methods [hide private]

Inherited from CursorStoreResultMixIn: __iter__, fetchall, fetchmany, fetchone, scroll

Inherited from BaseCursor: __del__, __init__, callproc, close, execute, executemany, nextset, setinputsizes, setoutputsizes

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from CursorTupleRowsMixIn (private): _fetch_type

Inherited from BaseCursor (private): _defer_warnings

Properties [hide private]

Inherited from object: __class__