Package twisted :: Package world :: Module typemap :: Class StorableListTypeMapper
[show private | hide private]
[frames | no frames]

Class StorableListTypeMapper

       Adapter --+        
                 |        
AbstractTypeMapper --+    
                     |    
      ObjectTypeMapper --+
                         |
                        StorableListTypeMapper


Method Summary
  __init__(self, original)
Set my 'original' attribute to be the object I am adapting.
  getComponent(self, interface, registry, default)
I forward getComponent to self.original on the assumption that it is an instance of Componentized. (inherited from Adapter)
  getLowColumns(self, name)
(inherited from ObjectTypeMapper)
  getPhysicalSize(self)
(inherited from ObjectTypeMapper)
  getType(self)
  highDataFromRow(self, index, name, db, sFile)
(inherited from AbstractTypeMapper)
  highToLow(self, db, obj)
  isuper(self, iface, adapter)
Forward isuper to self.original (inherited from Adapter)
  lowDataToRow(self, index, name, db, sFile, value)
(inherited from ObjectTypeMapper)
  lowToHigh(self, db, tup)
(inherited from ObjectTypeMapper)
  null(self)
  toTuple(self)

Method Details

__init__(self, original)
(Constructor)

Set my 'original' attribute to be the object I am adapting.
Overrides:
twisted.python.components.Adapter.__init__ (inherited documentation)

Generated by Epydoc 1.1 on Fri Jun 27 03:49:21 2003 http://epydoc.sf.net