1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Files
mariadb-connector-c/man/mysql_stmt_param_metadata.3
Georg Richter 10c67ee835 Man page fixes:
- Install created man pages when building with WITH_DOCS=ON
- Set version to 3.4
2024-10-25 10:37:47 +02:00

22 lines
580 B
Groff

.\" Automatically generated by Pandoc 3.5
.\"
.TH "mysql_stmt_param_metadata" "3" "" "Version 3.4" "MariaDB Connector/C"
.SS Name
mysql_stmt_param_metadata \- This function does nothing!
.SS Synopsis
.IP
.EX
#include \f[B]<mysql.h>\f[R]
MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT * stmt);
.EE
.SS Description
This function does nothing, it\[cq]s not implemented now and reserved
for future use.
.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
Always returns \f[CR]NULL\f[R].