MySQL 9.1.0
Source Code Documentation
|
A service to fetch the query attribute value as a string. More...
#include <mysql_query_attributes.h>
Public Attributes | |
mysql_service_status_t(* | get )(mysqlh_query_attributes_iterator iterator, my_h_string *out_string_value) |
Gets the parameter as a string. More... | |
A service to fetch the query attribute value as a string.
Use in conjunction with mysql_query_atrributes_iterator service
mysql_service_status_t(* s_mysql_mysql_query_attribute_string::get) (mysqlh_query_attributes_iterator iterator, my_h_string *out_string_value) |
Gets the parameter as a string.
iterator | query attributes iterator handle. | |
[out] | out_string_value | the value. |
false | success. out_string_value valid |
true | Invalid iterator or a null value |