Home | Trees | Index | Help |
|
---|
Package lemon :: Package db :: Package builder :: Class Row |
|
Method Summary | |
---|---|
1. | |
__eq__(self,
other)
| |
__ge__(self,
other)
| |
__getattr__(self,
name)
| |
__getitem__(self,
name)
| |
__gt__(self,
other)
| |
__le__(self,
other)
| |
__len__(self)
| |
__lt__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
__setattr__(self,
name,
value)
| |
__setitem__(self,
name,
value)
| |
ERROR: You can't add a row to a row. | |
dict(self)
| |
Generate a lemon.html.form.Form object for the row, using the values of the columns in the particular row and the method attributes of this function. | |
UPDATE Multiple rows... | |
Finds a column by name or by order in the list. |
Method Details |
---|
__init__(self,
database,
table,
column,
rowid=None)
|
add(self, **params)ERROR: You can't add a row to a row. Instead add a row to the table object. |
form(self, name='form', action='', method='get', stickyData={}, enctype=None, submit='Submit')Generate a lemon.html.form.Form object for the row, using the values of the columns in the particular row and the method attributes of this function. |
set(self, all=None, **params)UPDATE Multiple rows |
_getCol(self, name)Finds a column by name or by order in the list. Returns that column object. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:40 2003 | http://epydoc.sf.net |