MySQL 9.1.0
Source Code Documentation
|
#include <field_types.h>
#include <mysql/components/service.h>
#include <mysql/components/services/mysql_string.h>
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... | |
#define MYSQL_THD THD * |
typedef struct mysqlh_query_attributes_iterator_imp* mysqlh_query_attributes_iterator |