DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-stmt-free-result

Info Catalog (mysql.info) mysql-stmt-field-count (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-init
 
 22.2.7.14 `mysql_stmt_free_result()'
 ....................................
 
 `my_bool mysql_stmt_free_result(MYSQL_STMT *stmt)'
 
 *Description*
 
 Releases memory associated with the result set produced by execution of
 the prepared statement. If there is a cursor open for the statement,
 `mysql_stmt_free_result()' closes it.
 
 *Return Values*
 
 Zero if the result set was freed successfully. Non-zero if an error
 occurred.
 
 *Errors*
 
Info Catalog (mysql.info) mysql-stmt-field-count (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-init
automatically generated byinfo2html