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

Class CursorTupleRowsMixIn

source code

object --+
         |
        CursorTupleRowsMixIn
Known Subclasses:
Cursor, SSCursor

This is a MixIn class that causes all rows to be returned as tuples, which is the standard form required by DB API.

Instance Methods [hide private]

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

Class Variables [hide private]
  _fetch_type = 0
Properties [hide private]

Inherited from object: __class__