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.xid

Signature de la méthode xid

def xid(format_id, transaction_id, branch_qualifier) 

Description

help(Connection.xid)

xid(format_id: int, global_transaction_id: str, branch_qualifier: str)

Creates a transaction ID object suitable for passing to the .tpc_*()
methods of this connection.

Parameters:

- format_id: Format id. If not set default value `0` will be used.

- global_transaction_id: Global transaction qualifier, which must be
  unique. The maximum length of the global transaction id is
  limited to 64 characters.

- branch_qualifier: Branch qualifier which represents a local
  transaction identifier. The maximum length of the branch qualifier
  is limited to 64 characters.



Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé