-
Notifications
You must be signed in to change notification settings - Fork 256
mysql_stmt_param_metadata
Georg Richter edited this page Aug 31, 2018
·
1 revision
mysql_stmt_param_metadata - This function does nothing!
#include <mysql.h>
MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT * stmt);
This function does nothing, it's not implemented now and reserved for future use.
-
stmt
- a statement handle, which was previously allocated by mysql_stmt_init().
Always returns NULL
.
MariaDB Connector/C Reference