MySQL 8.3.0
Source Code Documentation
s_mysql_mysql_query_attribute_string Struct Reference

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

Detailed Description

A service to fetch the query attribute value as a string.

Use in conjunction with mysql_query_atrributes_iterator service

See also
mysql_component_mysql_query_attributes_imp

Member Data Documentation

◆ get

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.

Parameters
iteratorquery attributes iterator handle.
[out]out_string_valuethe value.
Returns
status of operation
Return values
falsesuccess. out_string_value valid
trueInvalid iterator or a null value

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