Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module introspection :: Class RemoteView |
|
Relation0
--+ |View
--+ | RemoteView
ColumnsView
,
DictKeyValueView
,
DualView
Virtual superclass. See text for methods and members to define.
Method Summary | |
---|---|
__init__(self)
| |
__repr__(self)
| |
attributes(self)
| |
irepr(self)
| |
return list of values (1 column) or list of tuples of values (>1 column). | |
bind self to db, ignore atts... | |
rows(self,
andseqs)
| |
uncache(self)
| |
Inherited from View | |
| |
| |
no indices on views (might change this?)... | |
| |
ignore this op when applied to view... | |
| |
| |
ignore this op when applied to view... | |
| |
ignore this op when applied to view... | |
| |
| |
| |
| |
Inherited from Relation0 | |
make self into a replacement for shadowed, return self. |
Class Variable Summary | |
---|---|
NoneType |
cached_rows = None |
list |
column_names = ['Column1']
|
int |
static = 0 |
Inherited from View | |
int |
is_shadow = 0 |
int |
is_view = 1 |
int |
touched = 0 |
Method Details |
---|
listing(self)return list of values (1 column) or list of tuples of values (>1 column). size of elts should match number of columns. |
relbind(self, db, atts)bind self to db, ignore atts
|
Class Variable Details |
---|
cached_rows
|
column_names
|
static
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:42 2003 | http://epydoc.sf.net |