| Trees | Index | Help |
|
|---|
| Package DataCollector :: Package plugins :: Module CollectorPlugin :: Class GetTableMap |
|
object --+
|
GetTableMap
| Method Summary | |
|---|---|
__init__(self,
name,
tableoid,
colmap)
| |
Return the raw oids used to get this table. | |
Map data from format return by table get (which is column based) to row based format data[rowidx][colname]. | |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Method Details |
|---|
getoids(self)Return the raw oids used to get this table. |
mapdata(self, results)Map data from format return by table get (which is column based) to row based format data[rowidx][colname]. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 | http://epydoc.sf.net |