MYSQL_STMT *mysql_stmt_init(MYSQL *mysql)
Description
Crée une structure MYSQL_STMT.
Valeur retournées
Un pointeur sur une structure MYSQL_STMT
en
cas de succès. NULL
s'il n'y a plus de
mémoire.
Erreurs
CR_OUT_OF_MEMORY
Out of memory : plus de mémoire.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.