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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « Connection »

Méthode mariadb.Connection.tpc_prepare

Signature de la méthode tpc_prepare

def tpc_prepare(self) 

Description

help(Connection.tpc_prepare)

Performs the first phase of a transaction started with .tpc_begin().
A ProgrammingError will be raised if this method was called 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 ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé