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

Class SSCursor

source code

          object --+    
                   |    
CursorUseResultMixIn --+
                       |
          object --+   |
                   |   |
CursorTupleRowsMixIn --+
                       |
          object --+   |
                   |   |
          BaseCursor --+
                       |
                      SSCursor

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

Nested Classes [hide private]

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

Instance Methods [hide private]

Inherited from CursorUseResultMixIn: __iter__, fetchall, fetchmany, fetchone, next

Inherited from CursorUseResultMixIn (private): _get_result

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 CursorUseResultMixIn (private): _defer_warnings

Inherited from CursorTupleRowsMixIn (private): _fetch_type

Properties [hide private]

Inherited from object: __class__