| 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)
|
| |
getLowColumns(self,
name)
|
| |
getPhysicalSize(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 AbstractTypeMapper)
|
| |
lowToHigh(self,
db,
tup)
|
| |
null(self)
|
| |
toTuple(self)
|