MySQL 8.4.0
Source Code Documentation
Callback_command_delegate Member List

This is the complete list of members for Callback_command_delegate, including all inherited members.

abort_row() overrideCallback_command_delegatevirtual
call_abort_row(void *ctx)Command_delegateinlineprivatestatic
call_end_result_metadata(void *ctx, uint server_status, uint warn_count)Command_delegateinlineprivatestatic
call_end_row(void *ctx)Command_delegateinlineprivatestatic
call_field_metadata(void *ctx, struct st_send_field *field, const CHARSET_INFO *charset)Command_delegateinlineprivatestatic
call_get_client_capabilities(void *ctx)Command_delegateinlineprivatestatic
call_get_date(void *ctx, const MYSQL_TIME *value)Command_delegateinlineprivatestatic
call_get_datetime(void *ctx, const MYSQL_TIME *value, unsigned int decimals)Command_delegateinlineprivatestatic
call_get_decimal(void *ctx, const decimal_t *value)Command_delegateinlineprivatestatic
call_get_double(void *ctx, double value, unsigned int decimals)Command_delegateinlineprivatestatic
call_get_integer(void *ctx, longlong value)Command_delegateinlineprivatestatic
call_get_longlong(void *ctx, longlong value, unsigned int unsigned_flag)Command_delegateinlineprivatestatic
call_get_null(void *ctx)Command_delegateinlineprivatestatic
call_get_string(void *ctx, const char *const value, size_t length, const CHARSET_INFO *const valuecs)Command_delegateinlineprivatestatic
call_get_time(void *ctx, const MYSQL_TIME *value, unsigned int decimals)Command_delegateinlineprivatestatic
call_handle_error(void *ctx, uint sql_errno, const char *const err_msg, const char *const sqlstate)Command_delegateinlineprivatestatic
call_handle_ok(void *ctx, uint server_status, uint statement_warn_count, ulonglong affected_rows, ulonglong last_insert_id, const char *const message)Command_delegateinlineprivatestatic
call_shutdown(void *ctx, int flag)Command_delegateinlineprivatestatic
call_start_result_metadata(void *ctx, uint num_cols, uint flags, const CHARSET_INFO *resultcs)Command_delegateinlineprivatestatic
call_start_row(void *ctx)Command_delegateinlineprivatestatic
Callback_command_delegate(void *srv, SRV_CTX_H srv_ctx_h)Callback_command_delegate
callbacks() constCommand_delegateinline
Command_delegate(void *srv, SRV_CTX_H srv_ctx_h)Command_delegate
Command_delegate(const Command_delegate &)=defaultCommand_delegate
Command_delegate(Command_delegate &&)=defaultCommand_delegate
end_result_metadata(uint server_status, uint warn_count) overrideCallback_command_delegatevirtual
end_row() overrideCallback_command_delegatevirtual
field_metadata(struct st_send_field *field, const CHARSET_INFO *charset) overrideCallback_command_delegatevirtual
get_client_capabilities() overrideCallback_command_delegatevirtual
get_date(const MYSQL_TIME *value) overrideCallback_command_delegatevirtual
get_datetime(const MYSQL_TIME *value, unsigned int decimals) overrideCallback_command_delegate
Command_delegate::get_datetime(const MYSQL_TIME *value, uint decimals)=0Command_delegatepure virtual
get_decimal(const decimal_t *value) overrideCallback_command_delegatevirtual
get_double(double value, unsigned int decimals) overrideCallback_command_delegate
Command_delegate::get_double(double value, uint32 decimals)=0Command_delegatepure virtual
get_integer(longlong value) overrideCallback_command_delegatevirtual
get_longlong(longlong value, unsigned int unsigned_flag) overrideCallback_command_delegate
Command_delegate::get_longlong(longlong value, uint32_t unsigned_flag)=0Command_delegatepure virtual
get_null() overrideCallback_command_delegatevirtual
get_string(const char *const value, size_t length, const CHARSET_INFO *const valuecs) overrideCallback_command_delegatevirtual
get_time(const MYSQL_TIME *value, unsigned int decimals) overrideCallback_command_delegate
Command_delegate::get_time(const MYSQL_TIME *value, uint decimals)=0Command_delegatepure virtual
handle_error(uint sql_errno, const char *const err_msg, const char *const sqlstate) overrideCallback_command_delegatevirtual
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) overrideCallback_command_delegatevirtual
m_callbacksCommand_delegateprotected
m_srvCommand_delegateprotected
m_srv_ctx_hCommand_delegateprotected
operator=(const Command_delegate &)=defaultCommand_delegate
operator=(Command_delegate &&)=defaultCommand_delegate
representation() constCallback_command_delegateinline
shutdown(int flag)Command_delegateinlinevirtual
start_result_metadata(uint32_t num_cols, uint32_t flags, const CHARSET_INFO *resultcs) overrideCallback_command_delegatevirtual
start_row() overrideCallback_command_delegatevirtual
~Command_delegate()Command_delegatevirtual