Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « connection »

Méthode mariadb.connection.tpc_rollback

Signature de la méthode tpc_rollback

Description

tpc_rollback.__doc__

Optional parameter:
xid: xid object which was created by .xid()

When called with no arguments, .tpc_rollback() rolls back a TPC
transaction. It may be called before or after .tpc_prepare().

When called with a transaction ID xid, it rolls back the given
transaction.