| Home | Trees | Index | Help |
|---|
| Module metakitplus :: Class storage |
|
| Method Summary | |
|---|---|
Creates a metakit-plus 'storage' class, which wraps metakit's storage objects. | |
__getattr__(self,
attr)
| |
Allows tables to be retrieved with dbobj['tablename'] | |
You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. | |
dump(self)
| |
You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. | |
listViews(self)
| |
You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. | |
| Method Details |
|---|
__init__(self,
*args,
**kw)
|
__getitem__(self,
item)
Allows tables to be retrieved with dbobj['tablename']
|
contents(self, *args, **kw)You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. If you don't do this, the view class will be the one with which the storage object was created. |
getas(self, *args, **kw)You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. If you don't do this, the view class will be the one with which the storage object was created. |
view(self, *args, **kw)You can use the keyword arg 'viewclass=myNewViewClass' to 'cast' the created/modified view into a separate view class. If you don't do this, the view class will be the one with which the storage object was created. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jul 25 19:27:27 2003 | http://epydoc.sf.net |