Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
DictionaryCursors.py File Reference

This file defines a class that extends MySQLCursor to return query rows as dictionary objects. More...

Classes

class  Plugins.DataSource.MySQL.DictionaryCursors.AMySQLDictionaryCursor
 This class extends the base MySQLCursor class defined by the MySQL connector library to return query rows as dictionary objects instead of lists. More...
 
class  Plugins.DataSource.MySQL.DictionaryCursors.AMySQLBufferedDictionaryCursor
 This class extends the base MySQLCursor class defined by the MySQL connector library to return query rows as dictionary objects instead of lists. More...
 

Detailed Description

This file defines a class that extends MySQLCursor to return query rows as dictionary objects.