mysql_stmt_bind_param
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mysql_stmt_bind_param - Binds parameter to a prepared statement
#include <mysql.h>
my_bool mysql_stmt_bind_param(MYSQL_STMT * stmt,
MYSQL_BIND * bind);
Binds variables for parameter markers in the prepared statement that was passed to mysql_stmt_prepare(3). Returns zero on success, non-zero on failure.