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_prepare

Signature de la méthode tpc_prepare

def tpc_prepare(xid) 

Description

tpc_prepare.__doc__

Parameter:
xid: xid object which was created by .xid()

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.