table of contents
other versions
- bookworm 1:10.11.6-0+deb12u1
- testing 1:11.4.5-1
- unstable 1:11.4.5-1
- experimental 1:11.4.5-2~exp1
mysql_stmt_param_metadata(3) | MariaDB Connector/C | mysql_stmt_param_metadata(3) |
Name¶
mysql_stmt_param_metadata - This function does nothing!
Synopsis¶
-
#include <mysql.h> MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT * stmt);
Description¶
This function does nothing, it’s not implemented now and reserved for future use.
Parameter¶
- •
- stmt - a statement handle, which was previously allocated by mysql_stmt_init(3).
Return value¶
Always returns NULL.
Version 3.4 |