Transacted file (stream factory)
Methods
|
|
_open
_txnInProgress
abortTransaction
commitTransaction
delete
exists
|
|
_open
|
_open (
self,
mode,
flags,
ac,
)
Exceptions
|
|
NotImplementedError( "Mixed-mode (read/write) access not supported w/out autocommit" )
TypeError( "Invalid open mode:", mode )
|
|
|
_txnInProgress
|
_txnInProgress ( self )
Exceptions
|
|
exceptions.TransactionInProgress( "Can't use autocommit with transaction in progress" )
|
|
|
abortTransaction
|
abortTransaction ( self, txnService )
|
|
commitTransaction
|
commitTransaction ( self, txnService )
|
|
delete
|
delete ( self, autocommit=False )
|
|
exists
|
exists ( self )
|
|