For the complete documentation index, see llms.txt. This page is also available as Markdown.

mysql_stmt_param_metadata

mysql_stmt_param_metadata retrieves parameter metadata for a prepared statement handle, returning a MYSQL_RES pointer that describes the bound parameters.

Syntax

MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT * stmt);

Parameter

Return Value

Always returns NULL.

spinner

Last updated

Was this helpful?