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

Class CursorOldDictRowsMixIn

source code

         object --+    
                  |    
CursorDictRowsMixIn --+
                      |
                     CursorOldDictRowsMixIn

This is a MixIn class that returns rows as dictionaries with the same key convention as the old Mysqldb (MySQLmodule). Don't use this.

Instance Methods [hide private]

Inherited from CursorDictRowsMixIn: fetchallDict, fetchmanyDict, fetchoneDict

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

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

Inherited from object: __class__