Package skytools :: Module sqltools :: Class Snapshot
[frames] | no frames]

Class Snapshot

source code

object --+
         |
        Snapshot

Represents a PostgreSQL snapshot.

Instance Methods
 
__init__(self, str)
Create snapshot from string.
source code
 
contains(self, txid)
Is txid visible in snapshot.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, str)
(Constructor)

source code 
Create snapshot from string.
Overrides: object.__init__