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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « Connection »

Méthode mariadb.Connection.tpc_rollback

Signature de la méthode tpc_rollback

def tpc_rollback(self, xid=None) 

Description

help(Connection.tpc_rollback)

Parameter:
   xid: xid object which was created by .xid() method of connection
        class

Performs the first phase of a transaction started with .tpc_begin().
A ProgrammingError will be raised if this method outside of a TPC
transaction.

After calling .tpc_prepare(), no statements can be executed until
.tpc_commit() or .tpc_rollback() have been called.


Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé