MySQL 8.3.0
Source Code Documentation
mysql_query_attributes.h File Reference

Go to the source code of this file.

Classes

struct  s_mysql_mysql_query_attributes_iterator
 A service to fetch the query attributes for the current thread. More...
 
struct  s_mysql_mysql_query_attribute_string
 A service to fetch the query attribute value as a string. More...
 
struct  s_mysql_mysql_query_attribute_isnull
 A service to fetch the query attribute null flag. More...
 

Macros

#define MYSQL_THD   THD *
 

Typedefs

typedef struct mysqlh_query_attributes_iterator_imp * mysqlh_query_attributes_iterator
 
typedef struct s_mysql_mysql_query_attributes_iterator mysql_service_mysql_query_attributes_iterator_t
 A service to fetch the query attributes for the current thread. More...
 
typedef struct s_mysql_mysql_query_attribute_string mysql_service_mysql_query_attribute_string_t
 A service to fetch the query attribute value as a string. More...
 
typedef struct s_mysql_mysql_query_attribute_isnull mysql_service_mysql_query_attribute_isnull_t
 A service to fetch the query attribute null flag. More...
 

Macro Definition Documentation

◆ MYSQL_THD

#define MYSQL_THD   THD *

Typedef Documentation

◆ mysqlh_query_attributes_iterator

typedef struct mysqlh_query_attributes_iterator_imp* mysqlh_query_attributes_iterator