mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-07 09:27:10 +02:00
Add MariaDB Connector/C as a built-in alternative (v3.2.3).
This commit is contained in:
27
vendor/MDBC/man/mysql_stmt_param_metadata.3
vendored
Normal file
27
vendor/MDBC/man/mysql_stmt_param_metadata.3
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
.\" 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].
|
Reference in New Issue
Block a user