Home | Trees | Index | Help |
|
---|
Package Modeling :: Module Database :: Class SnapshotsTable |
|
object
--+ |SnapshotsTable
--+ | SnapshotsTable
Internally used to handle snapshots, so that this is handled as a whole
Most methods are left undocumented here since they actually perform what their corresponding methods in 'Database' claim to do.
Method Summary | |
---|---|
Overrides 'SnapshotsHandling.SnapshotsTable.disableSnapshotRefCounting()' and raises unconditionnally since this functionality is controlled at module level. | |
Overrides 'SnapshotsHandling.SnapshotsTable.disableSnapshotRefCounting()' so that thios functionality is bound to the module's method 'isSnapshotRefCountingEnabled()' | |
Inherited from SnapshotsTable | |
Initializer. | |
Raises Unimplemented... | |
| |
Clears every snapshots currently referenced | |
Deletes all references to snapshots for 'aGlobalID' | |
Deletes all references to snapshots registered for the GlobalIDs in 'globalIDs' | |
Returns the list of all 'GlobalIDs' referenced in the snapshots | |
See also: decrementSnapshotCountForGlobalID() | |
| |
Sets the toMany snapshot for the supplied GlobalID. | |
| |
Records the snapshots for a toMany relationship. | |
| |
decrementSnapshotCountForGlobalID() | |
| |
| |
| |
| |
| |
| |
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) |
Method Details |
---|
disableSnapshotRefCounting(self)Overrides 'SnapshotsHandling.SnapshotsTable.disableSnapshotRefCounting()' and raises unconditionnally since this functionality is controlled at module level. See: module's 'disableSnapshotRefCounting()' |
isSnapshotRefCountingEnabled(self)Overrides 'SnapshotsHandling.SnapshotsTable.disableSnapshotRefCounting()' so that thios functionality is bound to the module's method 'isSnapshotRefCountingEnabled()' |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:21 2006 | http://epydoc.sf.net |