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 ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Classe « MySQLConnection »

Méthode mysql.connector.MySQLConnection.get_row

Signature de la méthode get_row

def get_row(self, binary: 'bool' = False, columns: 'Optional[List[DescriptionType]]' = None, raw: 'Optional[bool]' = None, prep_stmt: 'Optional[CMySQLPrepStmt]' = None, **kwargs: 'Any') -> 'Tuple[Optional[RowType], Optional[EofPacketType]]' 

Description

help(MySQLConnection.get_row)

Get the next rows returned by the MySQL server

This method gets one row from the result set after sending, for
example, the query command. The result is a tuple consisting of the
row and the EOF packet.
If no row was available in the result set, the row data will be None.

Returns a tuple.


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé