Package Pyblio :: Package Stores :: Module bsddbstore
[show private | hide private]
[frames | no frames]

Module Pyblio.Stores.bsddbstore

Store implementation on top of Berkeley DB (>= 4.1)

This store is suitable for large databases, or for cases where the startup time is more important.
Classes
Database A Pyblio database stored in a Berkeley DB engine
ResultSet  
ResultSetStore  
RSDB Virtual result set that loops over the full database
TxoGroup  
TxoStore  
View  

Function Summary
  dbcreate(path, schema)
  dbdestroy(path, nobackup)
  dbimport(target, source)
  dbopen(path)
  _checkver(module)
  _compare(a, b)
  _idxdel(_idx, id, txn)
Remove any secondary index belonging to the entry
  _numver(txt)

Variable Summary
str description = 'Berkeley DB storage'
tuple _REQUIRED = (4, 3, 3, 0, 0)

Function Details

_idxdel(_idx, id, txn)

Remove any secondary index belonging to the entry

Variable Details

description

Type:
str
Value:
'Berkeley DB storage'                                                  

_REQUIRED

Type:
tuple
Value:
(4, 3, 3, 0, 0)                                                        

Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 http://epydoc.sf.net