| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Mapping Manages a mapping of source -> sink |
|||
|
MappingDB Manages mappings of RID <-> RID on a per dataprovider basis. |
|||
|
|||
log = logging.getLogger("MappingDB")
|
|||
DB_FIELDS = "sourceUID", "sourceDataLUID", "sourceDataMtime",
|
|||
DB_TYPES = "TEXT", "TEXT", "timestamp", "TEXT", "TEXT", "TEXT"
|
|||
|
|||
DB_FIELDS
|
DB_TYPES
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:10 2008 | http://epydoc.sourceforge.net |