mysql_stmt_errno(3) | MariaDB Connector/C | mysql_stmt_errno(3) |
mysql_stmt_errno - Returns error code for the last statement error
#include <mysql.h> unsigned int mysql_stmt_errno(MYSQL_STMT * stmt);
Returns the error code for the most recently invoked statement function that can succeed or fail.
Returns error code. A zero value means that no error occurred.
Version 3.3.1 |