mysql_stmt_param_count
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mysql_stmt_param_count - Returns number of parameters
#include <mysql.h>
unsigned long mysql_stmt_param_count(MYSQL_STMT * stmt);
Returns the number of parameter markers present in the prepared statement. Parameter markers are specified as ? (question mark)
The number of parameter markers in prepared statement.