Methods
|
|
_prepare
abortTransaction
commitTransaction
getRowConverter
typeMap
voteForCommit
|
|
_prepare
|
_prepare ( self )
Exceptions
|
|
NotImplementedError( "Two-phase commit not implemented", self )
|
|
|
abortTransaction
|
abortTransaction ( self, txnService )
|
|
commitTransaction
|
commitTransaction ( self, txnService )
|
|
getRowConverter
|
getRowConverter (
self,
description,
post=None,
)
See ISQLConnection.getRowConverter()
|
|
typeMap
|
typeMap ( self )
|
|
voteForCommit
|
voteForCommit ( self, txnService )
|
|