summaryrefslogtreecommitdiffstats
path: root/libmariadb/man/mysql_stmt_param_metadata.3
blob: 8ec3eeea2930370adf75fe1f0962ee738248427f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\" Automatically generated by Pandoc 2.5
.\"
.TH "mysql_stmt_param_metadata" "3" "" "Version 3.3.1" "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].