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

Module idtable

source code

Classes [hide private]
  IdTable
Generic table for assigning id's to simple items.
  CachedIdTable
Provides an IdTable mapping with three differences -- ids are cached, they can't be removed, and getting a tag creates it if it doesn't already exist.
  IdPairMapping
Maps an id tuple onto another id.
  IdMapping
Maps an one id onto another id.
  IdPairSet
Maps an id tuple onto another id.
Functions [hide private]
 
createIdTable(db, tableName, keyName, strName, colType='STRING') source code
 
createMappingTable(db, tableName, key, item) source code
 
createIdPairTable(db, tableName, tup1, tup2, item) source code