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

Class AbstractTypeMapper

Adapter --+
          |
         AbstractTypeMapper

Known Subclasses:
TypeTypeMapper, ObjectTypeMapper, NoneTypeMapper, TupleTypeMapper, Varchar, EnumTypeMapper, TypeMapperMapper

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

Class Variable Summary
class ITypeMapper

Class Variable Details

ITypeMapper

ITypeMapper = twisted.world.typemap.ITypeMapper

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