You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
25 lines
600 B
Groff
25 lines
600 B
Groff
.\" Automatically generated by Pandoc 3.5
|
|
.\"
|
|
.TH "mysql_stmt_free_result" "3" "" "Version 3.3" "MariaDB Connector/C"
|
|
.SS Name
|
|
mysql_stmt_free_result \- Frees stored result set memory of a prepared
|
|
statement
|
|
.SS Synopsis
|
|
.IP
|
|
.EX
|
|
#include \f[B]<mysql.h>\f[R]
|
|
|
|
void mysql_stmt_free_result(MYSQL_STMT * stmt);
|
|
.EE
|
|
.SS Description
|
|
Frees stored result memory of a prepared statement.
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[CR]stmt\f[R] \- a statement handle, which was previously allocated by
|
|
\f[B]mysql_stmt_init(3)\f[R].
|
|
.SS Return value
|
|
Returns void
|
|
.SS See Also
|
|
.IP \[bu] 2
|
|
\f[B]mysql_stmt_store_result(3)\f[R]
|