Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module Adapter :: Class OneToOneAdapter |
|
object
--+ |Database
--+ |Adapter
--+ | OneToOneAdapter
PubMed2BibTeX
Method Summary | |
---|---|
Get a record by key. | |
Update a record. | |
add(self,
record)
| |
Check for the existence of a key. | |
Translates a record from the source db to the target db | |
Translates a record from the target db to the source db | |
Inherited from Adapter | |
| |
| |
| |
Inherited from Database | |
Partition the result set in a list of sets for every value taken by the specified field | |
| |
Check an entry for conformance against the Schema. | |
Output a database in XML format | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Property Summary | |
---|---|
Inherited from Database | |
entries | |
rs | |
txo |
Class Variable Summary | |
---|---|
Inherited from Adapter | |
NoneType |
header = None |
Inherited from Database | |
entries = Pyblio.Store.Database.entries | |
rs : a ResultSetStore instance, containing all the
result sets defined on this database. | |
txo = Pyblio.Store.Database.txo |
Method Details |
---|
__getitem__(self,
key)
Get a record by key.
|
__setitem__(self,
key,
record)
|
has_key(self, key)Check for the existence of a key.
|
source2target(self, record)Translates a record from the source db to the target db |
target2source(self, record)Translates a record from the target db to the source db |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 | http://epydoc.sf.net |