| Method Summary |
| |
listing(self)
return list of values (1 column)
or list of tuples of values (>1 column). |
| |
relbind(self,
db,
atts)
bind self to db, ignore atts... |
| Inherited from RemoteView |
| |
__init__(self)
|
| |
__repr__(self)
|
| |
attributes(self)
|
| |
irepr(self)
|
| |
rows(self,
andseqs)
|
| |
uncache(self)
|
| Inherited from View |
| |
add_index(*args,
**kw)
|
| |
add_tuples(*args,
**kw)
|
| |
choose_index(self,
a)
no indices on views (might change this?)... |
| |
drop_index(*args,
**kw)
|
| |
drop_indices(*args,
**kw)
ignore this op when applied to view... |
| |
dump(*args,
**kw)
|
| |
erase_tuples(*args,
**kw)
|
| |
ignore_op_for_view(*args,
**kw)
ignore this op when applied to view... |
| |
load(*args,
**kw)
|
| |
regenerate_indices(*args,
**kw)
ignore this op when applied to view... |
| |
reset_tuples(*args,
**kw)
|
| |
set_empty(*args,
**kw)
|
| |
shadow(*args,
**kw)
|
| |
UNDEFINED_OP_FOR_VIEW(*args,
**kw)
|
| Inherited from Relation0 |
| |
unshadow(self)
make self into a replacement for shadowed, return self. |