MySQL 9.0.0
Source Code Documentation
s_mysql_mysql_stmt_execute_direct Struct Reference

#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...
 

Member Data Documentation

◆ execute

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.

Parameters
[in]queryThe query string to be executed
[in]statementA handle to the statement
Returns
Status of the performed operation
Return values
falsesuccess
truefailure

The documentation for this struct was generated from the following file: