Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Plugins.DataSource.MySQL.DictionaryCursors.AMySQLBufferedDictionaryCursor Class Reference

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

+ Inheritance diagram for Plugins.DataSource.MySQL.DictionaryCursors.AMySQLBufferedDictionaryCursor:

Public Member Functions

def fetchone
 Retrieve a row from the cursor. More...
 
def fetchall
 Retrieve all rows from the query. More...
 

Detailed Description

This class extends the base MySQLCursor class defined by the MySQL connector library to return query rows as dictionary objects instead of lists.

Member Function Documentation

def Plugins.DataSource.MySQL.DictionaryCursors.AMySQLBufferedDictionaryCursor.fetchall (   Self)

Retrieve all rows from the query.

def Plugins.DataSource.MySQL.DictionaryCursors.AMySQLBufferedDictionaryCursor.fetchone (   Self)

Retrieve a row from the cursor.


The documentation for this class was generated from the following file: