Home | Trees | Index | Help |
|
---|
Package Modeling :: Module Database |
|
Database
Defined Constants
'DistantPastTimeInterval': the lowest possible timestampExceptions:
'GeneralDatabaseException'Notifications:
ObjectStore.ObjectsChangedInStoreNotificationCVS information
$Id: Database.py,v 1.11 2004/07/20 06:21:36 sbigaret Exp $
Classes | |
---|---|
Database |
corresponds to one DB server |
Exceptions | |
---|---|
GeneralDatabaseException |
Function Summary | |
---|---|
Database factory -- Equivalent to 'Database(anAdaptor=anAdaptor)' | |
Database factory -- Equivalent to 'Database(aModel=aModel)' | |
Disables the snapshot refcounting in 'Databases' instances. | |
Tells whether snapshot refCounting is enabled in 'Databases' instances. |
Function Details |
---|
databaseForAdaptor(anAdaptor)Database factory -- Equivalent to 'Database(anAdaptor=anAdaptor)' |
databaseForModel(aModel)Database factory -- Equivalent to 'Database(aModel=aModel)' |
disableSnapshotRefCounting()Disables the snapshot refcounting in 'Databases' instances. Note that once it has been disabled, the snapshot refcounting cannot be re-enabled. |
isSnapshotRefCountingEnabled()Tells whether snapshot refCounting is enabled in 'Databases' instances. Note that once it has been disabled, the snapshot refcounting cannot be re-enabled. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:24 2006 | http://epydoc.sf.net |