Package conary :: Package dbstore :: Module idtable :: Class IdPairMapping
[hide private]
[frames] | no frames]

Class IdPairMapping

source code

Known Subclasses:
IdPairSet

Maps an id tuple onto another id. The tuple can only map onto a single id.

Instance Methods [hide private]
 
__init__(self, db, tableName, tup1, tup2, item) source code
 
__setitem__(self, key, val) source code
 
__select(self) source code
 
__getitem__(self, key) source code
 
get(self, key, defValue) source code
 
has_key(self, key) source code
 
__delitem__(self, key) source code