| mysql_stmt_init(3) | MariaDB Connector/C | mysql_stmt_init(3) |
mysql_stmt_init - Initializes a prepared statement handle
#include <mysql.h>
MYSQL_STMT * mysql_stmt_init(MYSQL * mysql);
Initializes and allocates memory for a prepared statement.
Returns a pointer to a MYSQL_STMT structure or NULL if an error occurred.
| Version 3.4 |