DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) mysql_stmt_free_result

Info Catalog (mysql.info.gz) mysql_stmt_execute (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_insert_id
 
 22.2.7.11 `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.
 
 This function was added in MySQL 4.1.1.
 
 Return Values
 .............
 
 Zero if the result set was freed successfully.  Non-zero if an error
 occurred.
 
 Errors
 ......
 
Info Catalog (mysql.info.gz) mysql_stmt_execute (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_insert_id
automatically generated byinfo2html