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

Class IdMapping

source code

Known Subclasses:
local.sqldb.DBFlavorMap

Maps an one id onto another id. The mapping must be unique.

Instance Methods [hide private]
 
__init__(self, db, tableName, key, 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