mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
28 lines
598 B
Groff
28 lines
598 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "mysql_stmt_param_metadata" "3" "" "Version 3.2.2" "MariaDB Connector/C"
|
|
.hy
|
|
.SS Name
|
|
.PP
|
|
mysql_stmt_param_metadata \- This function does nothing!
|
|
.SS Synopsis
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
#include <mysql.h>
|
|
|
|
MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT * stmt);
|
|
\f[R]
|
|
.fi
|
|
.SS Description
|
|
.PP
|
|
This function does nothing, it\[cq]s not implemented now and reserved
|
|
for future use.
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[C]stmt\f[R] \- a statement handle, which was previously allocated by
|
|
\f[B]mysql_stmt_init(3)\f[R].
|
|
.SS Return value
|
|
.PP
|
|
Always returns \f[C]NULL\f[R].
|