mysql_stmt_param_count - mariadb-corporation/mariadb-connector-c GitHub Wiki

Name

mysql_stmt_param_count - Returns number of parameters

Synopsis

#include <mysql.h>

unsigned long mysql_stmt_param_count(MYSQL_STMT * stmt);

Description

Returns the number of parameter markers present in the prepared statement. Parameter markers are specified as ? (question mark)

Parameter

Return value

The number of parameter markers in prepared statement.

Notes

See Also

⚠️ **GitHub.com Fallback** ⚠️