25.2.7. C API Prepared Statement Function Descriptions
To prepare and execute queries, use the functions described in
detail in the following sections.
Note that all functions operating with a
MYSQL_STMT
structure begin with the prefix
mysql_stmt_
.
To create a MYSQL_STMT
handle, use the
mysql_stmt_init()
function.