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

This file defines classes that represent rows of data retrieved from a data source. More...

Classes

class  Library.DataSource.DataRows.ADataRowError
 A data row error. More...
 
class  Library.DataSource.DataRows.ADataRow
 A row of data retrieved from a data source. More...
 
class  Library.DataSource.DataRows.AnExpandingListField
 A class that represents an expanding list field. More...
 
class  Library.DataSource.DataRows.AnExpandingDictionaryField
 A class that represents an expanding dictionary field. More...
 
class  Library.DataSource.DataRows.ADataRowWithExpandingFields
 A data row that includes expandable fields. More...
 

Variables

dictionary Library.DataSource.DataRows.drEvents
 Events generated by ADataRow. More...
 
string Library.DataSource.DataRows.drDefaultKeyDelimiter = "="
 The default delimiters used when creating a string representation of ADataRow.
 
string Library.DataSource.DataRows.drDefaultPairsDelimiter = ", "
 
tuple Library.DataSource.DataRows.drErrorRetrievingItem
 The error message used when an attempt is made to retrieve a non-existent item from a data row. More...
 
string Library.DataSource.DataRows.drUpdateError = "failed to update record {} from \"{}\" in {}"
 The error message used when failing to update a data row.
 
string Library.DataSource.DataRows.drFetchError = "failed to fetch data from \"{}\" in {} because: {}"
 The error message used when failing to fetch a data row.
 

Detailed Description

This file defines classes that represent rows of data retrieved from a data source.