Home | Trees | Index | Help |
|
---|
Package Modeling :: Module DatabaseContext :: Class SnapshotsTable |
|
object
--+ |SnapshotsTable
--+ | SnapshotsTable
Method Summary | |
---|---|
Overrides 'SnapshotsHandling.SnapshotsTable.disableSnapshotRefCounting()' | |
Return false: we do not care about snapshot reference counting here, since the snapshots are only used when saving changes and are discarded after the transaction finishes. | |
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()' |
isSnapshotRefCountingEnabled(self)Return false: we do not care about snapshot reference counting here, since the snapshots are only used when saving changes and are discarded after the transaction finishes. Overrides 'SnapshotsHandling.SnapshotsTable.isSnapshotRefCountingEnabled()' |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:24 2006 | http://epydoc.sf.net |