int mysql_stmt_attr_get(MYSQL_STMT *stmt, enum
enum_stmt_attr_type option, void *arg)
Description
Sert à lire la valeur courante pour un attribut de commande.
L'argument option
est le nom de l'option
que vous voulez lire; le pointeur arg
doit
pointer sur une variable qui contient la valeur de l'option.
Si l'option est un entier, alors arg
doit
être un pointeur.
Voyez mysql_stmt_attr_set
pour avoir la
liste des options et leur type. See
Section 24.2.7.3, « mysql_stmt_attr_set()
».
Valeur retournée
0
si tout va bien. 1
si
attr_type
est inconnu.
Erreurs
aucune
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.