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 ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « MySQLConnection »

Méthode mysql.connector.MySQLConnection.cmd_stmt_prepare

Signature de la méthode cmd_stmt_prepare

def cmd_stmt_prepare(self, statement: 'bytes', **kwargs: 'Any') -> 'Mapping[str, Union[int, List[DescriptionType]]]' 

Description

help(MySQLConnection.cmd_stmt_prepare)

Prepare a MySQL statement

This method will send the PREPARE command to MySQL together with the
given statement.

Returns a dict()


Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé