mysql_stmt_more_results
mysql_stmt_more_results indicates if one or more results from a previously executed prepared statement are available
Syntax
#include <mysql.h>
my_bool mysql_stmt_more_results(MYSQL_STMT * stmt);Parameter
Description
Return Value
See Also
Last updated
Was this helpful?

