MySQL 8.4.0
Source Code Documentation
Command_delegate Member List

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

abort_row()=0Command_delegatepure virtual
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
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)=0Command_delegatepure virtual
end_row()=0Command_delegatepure virtual
field_metadata(struct st_send_field *field, const CHARSET_INFO *charset)=0Command_delegatepure virtual
get_client_capabilities()=0Command_delegatepure virtual
get_date(const MYSQL_TIME *value)=0Command_delegatepure virtual
get_datetime(const MYSQL_TIME *value, uint decimals)=0Command_delegatepure virtual
get_decimal(const decimal_t *value)=0Command_delegatepure virtual
get_double(double value, uint32 decimals)=0Command_delegatepure virtual
get_integer(longlong value)=0Command_delegatepure virtual
get_longlong(longlong value, uint32_t unsigned_flag)=0Command_delegatepure virtual
get_null()=0Command_delegatepure virtual
get_string(const char *const value, size_t length, const CHARSET_INFO *const valuecs)=0Command_delegatepure virtual
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)=0Command_delegatepure 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)=0Command_delegatepure virtual
m_callbacksCommand_delegateprotected
m_srvCommand_delegateprotected
m_srv_ctx_hCommand_delegateprotected
operator=(const Command_delegate &)=defaultCommand_delegate
operator=(Command_delegate &&)=defaultCommand_delegate
shutdown(int flag)Command_delegateinlinevirtual
start_result_metadata(uint32_t num_cols, uint32_t flags, const CHARSET_INFO *resultcs)=0Command_delegatepure virtual
start_row()=0Command_delegatepure virtual
~Command_delegate()Command_delegatevirtual