| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
 
Use this class to store a selection of contents from any database table in a local Python data object. Every selected column is stored in a dictionary referenced by column name. Iterating through the container provides access to the data in each row. This class provides an object-oriented alternative to working directly of the list of tuples result set from a database query, making code that operates on result sets containing multiple attributes much more clear.
| 
 | |||
| new empty dictionary | 
 | ||
| object | 
 | ||
| 
 | |||
| int | 
 | ||
| 
 | |||
| list of D's values | 
 | ||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 x[y] 
 | 
| 
 This class can be iterated. 
 | 
| 
 len(x) 
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 8 15:46:51 2014 | http://epydoc.sourceforge.net |