MySQL 9.1.0
Source Code Documentation
|
#include <mysql/components/service.h>
#include <mysql/components/services/mysql_command_services.h>
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | Field_metadata |
The Field_metadata has the information about the field, which is used by field_metadata() service api. More... | |
struct | s_mysql_mysql_text_consumer_factory_v1 |
An implementation of these services will be called as the data resulting from calling mysql_query() service are produced by the server. More... | |
struct | s_mysql_mysql_text_consumer_metadata_v1 |
A service that provides the apis for start_result_metadata, field_metadata, and end_result_metadata. More... | |
struct | s_mysql_mysql_text_consumer_row_factory_v1 |
A service that provides the apis for start_row, abort_row and end_row. More... | |
struct | s_mysql_mysql_text_consumer_error_v1 |
A service that provides the apis for handle_ok, handle_error and error. More... | |
struct | s_mysql_mysql_text_consumer_get_null_v1 |
A service that provides the apis for get_null. More... | |
struct | s_mysql_mysql_text_consumer_get_integer_v1 |
A service that provides the apis for get_integer. More... | |
struct | s_mysql_mysql_text_consumer_get_longlong_v1 |
A service that provides the apis for get_longlong. More... | |
struct | s_mysql_mysql_text_consumer_get_decimal_v1 |
A service that provides the apis for get_decimal. More... | |
struct | s_mysql_mysql_text_consumer_get_double_v1 |
A service that provides the apis for get_double. More... | |
struct | s_mysql_mysql_text_consumer_get_date_time_v1 |
A service that provides the apis for get_date, get_time and get_datatime. More... | |
struct | s_mysql_mysql_text_consumer_get_string_v1 |
A service that provides the apis for get_string. More... | |
struct | s_mysql_mysql_text_consumer_client_capabilities_v1 |
A service that provides the apis for client_capabilities. More... | |
typedef struct DECIMAL_T_H_imp* DECIMAL_T_H |
typedef struct MYSQL_TIME_H_imp* MYSQL_TIME_H |
typedef struct SRV_CTX_H_imp* SRV_CTX_H |