MySQL 8.4 C API Developer Guide
To prepare and execute queries, use the functions described in detail in the following sections.
All functions that operate with a MYSQL_STMT
structure begin with the prefix mysql_stmt_
.
To create a MYSQL_STMT
handler, use the
mysql_stmt_init()
function.