|
struct | s_mysql_mysql_command_factory |
| A service that provides the apis for mysql command init, info, connect, reset, close, commit, auto_commit and rollback. More...
|
|
struct | s_mysql_mysql_command_thread |
| A service that provides the apis for mysql command session thread init and thread end. More...
|
|
struct | s_mysql_mysql_command_options |
| A service that provides the apis for mysql command get_option and set_option. More...
|
|
struct | s_mysql_mysql_command_query |
| A service that provides the apis for mysql command query and affected_rows. More...
|
|
struct | s_mysql_mysql_command_query_result |
| A service that provides the apis for mysql command, store_result, free_result, more_results, next_result, result_metadata and fetch_row. More...
|
|
struct | s_mysql_mysql_command_field_info |
| A service that provides the apis for mysql command field info, fetch_field, num_fields, fetch_fields and field_count. More...
|
|
struct | s_mysql_mysql_command_field_metadata |
| Fetch the metadata of a service. More...
|
|
struct | s_mysql_mysql_command_error_info |
| A service that provides the apis for mysql command error info, mysql_errno, error, sqlstate. More...
|
|
|
typedef struct MYSQL_H_imp * | MYSQL_H |
|
typedef struct MYSQL_RES_H_imp * | MYSQL_RES_H |
|
typedef struct MYSQL_FIELD_H_imp * | MYSQL_FIELD_H |
|
typedef struct s_mysql_mysql_command_factory | mysql_service_mysql_command_factory_t |
| A service that provides the apis for mysql command init, info, connect, reset, close, commit, auto_commit and rollback. More...
|
|
typedef struct s_mysql_mysql_command_thread | mysql_service_mysql_command_thread_t |
| A service that provides the apis for mysql command session thread init and thread end. More...
|
|
typedef struct s_mysql_mysql_command_options | mysql_service_mysql_command_options_t |
| A service that provides the apis for mysql command get_option and set_option. More...
|
|
typedef struct s_mysql_mysql_command_query | mysql_service_mysql_command_query_t |
| A service that provides the apis for mysql command query and affected_rows. More...
|
|
typedef struct s_mysql_mysql_command_query_result | mysql_service_mysql_command_query_result_t |
| A service that provides the apis for mysql command, store_result, free_result, more_results, next_result, result_metadata and fetch_row. More...
|
|
typedef struct s_mysql_mysql_command_field_info | mysql_service_mysql_command_field_info_t |
| A service that provides the apis for mysql command field info, fetch_field, num_fields, fetch_fields and field_count. More...
|
|
typedef struct s_mysql_mysql_command_field_metadata | mysql_service_mysql_command_field_metadata_t |
| Fetch the metadata of a service. More...
|
|
typedef struct s_mysql_mysql_command_error_info | mysql_service_mysql_command_error_info_t |
| A service that provides the apis for mysql command error info, mysql_errno, error, sqlstate. More...
|
|