MySQL 8.4.2
Source Code Documentation
|
#include <mysql_statement_service.h>
Public Attributes | |
mysql_service_status_t(* | execute )(mysql_cstring_with_length query, my_h_statement statement) |
Execute the regular statement with the specified query using execute direct. More... | |
mysql_service_status_t(* s_mysql_mysql_stmt_execute_direct::execute) (mysql_cstring_with_length query, my_h_statement statement) |
Execute the regular statement with the specified query using execute direct.
[in] | query | The query string to be executed |
[in] | statement | A handle to the statement |
false | success |
true | failure |