MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for Callback_command_delegate, including all inherited members.
abort_row() override | Callback_command_delegate | virtual |
call_abort_row(void *ctx) | Command_delegate | inlineprivatestatic |
call_end_result_metadata(void *ctx, uint server_status, uint warn_count) | Command_delegate | inlineprivatestatic |
call_end_row(void *ctx) | Command_delegate | inlineprivatestatic |
call_field_metadata(void *ctx, struct st_send_field *field, const CHARSET_INFO *charset) | Command_delegate | inlineprivatestatic |
call_get_client_capabilities(void *ctx) | Command_delegate | inlineprivatestatic |
call_get_date(void *ctx, const MYSQL_TIME *value) | Command_delegate | inlineprivatestatic |
call_get_datetime(void *ctx, const MYSQL_TIME *value, unsigned int decimals) | Command_delegate | inlineprivatestatic |
call_get_decimal(void *ctx, const decimal_t *value) | Command_delegate | inlineprivatestatic |
call_get_double(void *ctx, double value, unsigned int decimals) | Command_delegate | inlineprivatestatic |
call_get_integer(void *ctx, longlong value) | Command_delegate | inlineprivatestatic |
call_get_longlong(void *ctx, longlong value, unsigned int unsigned_flag) | Command_delegate | inlineprivatestatic |
call_get_null(void *ctx) | Command_delegate | inlineprivatestatic |
call_get_string(void *ctx, const char *const value, size_t length, const CHARSET_INFO *const valuecs) | Command_delegate | inlineprivatestatic |
call_get_time(void *ctx, const MYSQL_TIME *value, unsigned int decimals) | Command_delegate | inlineprivatestatic |
call_handle_error(void *ctx, uint sql_errno, const char *const err_msg, const char *const sqlstate) | Command_delegate | inlineprivatestatic |
call_handle_ok(void *ctx, uint server_status, uint statement_warn_count, ulonglong affected_rows, ulonglong last_insert_id, const char *const message) | Command_delegate | inlineprivatestatic |
call_shutdown(void *ctx, int flag) | Command_delegate | inlineprivatestatic |
call_start_result_metadata(void *ctx, uint num_cols, uint flags, const CHARSET_INFO *resultcs) | Command_delegate | inlineprivatestatic |
call_start_row(void *ctx) | Command_delegate | inlineprivatestatic |
Callback_command_delegate(void *srv, SRV_CTX_H srv_ctx_h) | Callback_command_delegate | |
callbacks() const | Command_delegate | inline |
Command_delegate(void *srv, SRV_CTX_H srv_ctx_h) | Command_delegate | |
Command_delegate(const Command_delegate &)=default | Command_delegate | |
Command_delegate(Command_delegate &&)=default | Command_delegate | |
end_result_metadata(uint server_status, uint warn_count) override | Callback_command_delegate | virtual |
end_row() override | Callback_command_delegate | virtual |
field_metadata(struct st_send_field *field, const CHARSET_INFO *charset) override | Callback_command_delegate | virtual |
get_client_capabilities() override | Callback_command_delegate | virtual |
get_date(const MYSQL_TIME *value) override | Callback_command_delegate | virtual |
get_datetime(const MYSQL_TIME *value, unsigned int decimals) override | Callback_command_delegate | |
Command_delegate::get_datetime(const MYSQL_TIME *value, uint decimals)=0 | Command_delegate | pure virtual |
get_decimal(const decimal_t *value) override | Callback_command_delegate | virtual |
get_double(double value, unsigned int decimals) override | Callback_command_delegate | |
Command_delegate::get_double(double value, uint32 decimals)=0 | Command_delegate | pure virtual |
get_integer(longlong value) override | Callback_command_delegate | virtual |
get_longlong(longlong value, unsigned int unsigned_flag) override | Callback_command_delegate | |
Command_delegate::get_longlong(longlong value, uint32_t unsigned_flag)=0 | Command_delegate | pure virtual |
get_null() override | Callback_command_delegate | virtual |
get_string(const char *const value, size_t length, const CHARSET_INFO *const valuecs) override | Callback_command_delegate | virtual |
get_time(const MYSQL_TIME *value, unsigned int decimals) override | Callback_command_delegate | |
Command_delegate::get_time(const MYSQL_TIME *value, uint decimals)=0 | Command_delegate | pure virtual |
handle_error(uint sql_errno, const char *const err_msg, const char *const sqlstate) override | Callback_command_delegate | virtual |
handle_ok(unsigned int server_status, unsigned int statement_warn_count, unsigned long long affected_rows, unsigned long long last_insert_id, const char *const message) override | Callback_command_delegate | virtual |
m_callbacks | Command_delegate | protected |
m_srv | Command_delegate | protected |
m_srv_ctx_h | Command_delegate | protected |
operator=(const Command_delegate &)=default | Command_delegate | |
operator=(Command_delegate &&)=default | Command_delegate | |
representation() const | Callback_command_delegate | inline |
shutdown(int flag) | Command_delegate | inlinevirtual |
start_result_metadata(uint32_t num_cols, uint32_t flags, const CHARSET_INFO *resultcs) override | Callback_command_delegate | virtual |
start_row() override | Callback_command_delegate | virtual |
~Command_delegate() | Command_delegate | virtual |