Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module Adapter :: Class Adapter |
|
object
--+ |Database
--+ | Adapter
OneToOneAdapter
Method Summary | |
---|---|
__init__(self,
base)
| |
save(self)
| |
xmlread(self)
| |
Inherited from Database | |
Get a record by key. | |
Update a record. | |
Insert a new entry in the database. | |
Partition the result set in a list of sets for every value taken by the specified field | |
Check for the existence of a key. | |
| |
Check an entry for conformance against the Schema. | |
Output a database in XML format | |
Return the result set that contains _all_ the entries. | |
| |
| |
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 | |
txo |
Class Variable Summary | |
---|---|
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 |
Class Variable Details |
---|
header
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Sep 24 23:52:44 2006 | http://epydoc.sf.net |