| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DataRow
Represents a table data row. This is basically what a table iterator yields for each row in a table. Provides both index (position) and column name-based access to the data.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
| tuple |
columns Available column names |
| int |
number Row number |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
str(x)
|
Dump the row as a string.
|
| Property Details |
columnsAvailable column names
|
numberRow number
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:23 2013 | http://epydoc.sourceforge.net |