MYSQL_STMT *mysql_stmt_init(MYSQL *mysql)
Create a MYSQL_STMT handle. The handle should
be freed with mysql_stmt_close(MYSQL_STMT
*).
This function was added in MySQL 4.1.2.
See also Section 17.6.8, “C API Prepared Statement Data Structures”, for more information.
A pointer to a MYSQL_STMT structure in case
of success. NULL if out of memory.
Out of memory.

User Comments
Add your own comment.