MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for Protocol, including all inherited members.
abort_row()=0 | Protocol | pure virtual |
connection_alive() const =0 | Protocol | pure virtual |
connection_type() const =0 | Protocol | pure virtual |
end_partial_result_set()=0 | Protocol | pure virtual |
end_result_metadata()=0 | Protocol | pure virtual |
end_row()=0 | Protocol | pure virtual |
enum_protocol_type enum name | Protocol | |
flush()=0 | Protocol | pure virtual |
get_by_name(const std::string &name) | Protocol | inlinestatic |
get_client_capabilities()=0 | Protocol | pure virtual |
get_command(COM_DATA *com_data, enum_server_command *cmd)=0 | Protocol | pure virtual |
get_compression()=0 | Protocol | pure virtual |
get_compression_algorithm()=0 | Protocol | pure virtual |
get_compression_level()=0 | Protocol | pure virtual |
get_default() | Protocol | inlinestatic |
get_default_port(Type type) | Protocol | inlinestatic |
get_rw_status()=0 | Protocol | pure virtual |
has_client_capability(unsigned long client_capability)=0 | Protocol | pure virtual |
kClassicProtocolDefaultPort | Protocol | privatestatic |
kXProtocolDefaultPort | Protocol | privatestatic |
m_previous_protocol | Protocol | private |
pop_protocol() | Protocol | inline |
PROTOCOL_BINARY enum value | Protocol | |
PROTOCOL_ERROR enum value | Protocol | |
PROTOCOL_LOCAL enum value | Protocol | |
PROTOCOL_PLUGIN enum value | Protocol | |
PROTOCOL_TEXT enum value | Protocol | |
push_protocol(Protocol *protocol) | Protocol | inline |
read_packet()=0 | Protocol | pure virtual |
SEND_DEFAULTS enum value | Protocol | |
send_eof(uint server_status, uint statement_warn_count)=0 | Protocol | pure virtual |
SEND_EOF enum value | Protocol | |
send_error(uint sql_errno, const char *err_msg, const char *sql_state)=0 | Protocol | pure virtual |
send_field_metadata(Send_field *field, const CHARSET_INFO *charset)=0 | Protocol | pure virtual |
SEND_NUM_ROWS enum value | Protocol | |
send_ok(uint server_status, uint statement_warn_count, ulonglong affected_rows, ulonglong last_insert_id, const char *message)=0 | Protocol | pure virtual |
send_parameters(List< Item_param > *parameters, bool is_sql_prepare)=0 | Protocol | pure virtual |
shutdown(bool server_shutdown=false)=0 | Protocol | pure virtual |
start_result_metadata(uint num_cols, uint flags, const CHARSET_INFO *resultcs)=0 | Protocol | pure virtual |
start_row()=0 | Protocol | pure virtual |
store(int from) | Protocol | inline |
store(uint32 from) | Protocol | inline |
store(longlong from) | Protocol | inline |
store(ulonglong from) | Protocol | inline |
store(const char *from, const CHARSET_INFO *fromcs) | Protocol | inline |
store(String *str) | Protocol | inline |
store(const LEX_STRING &s, const CHARSET_INFO *cs) | Protocol | inline |
store_date(const MYSQL_TIME &time)=0 | Protocol | pure virtual |
store_datetime(const MYSQL_TIME &time, uint precision)=0 | Protocol | pure virtual |
store_decimal(const my_decimal *, uint, uint)=0 | Protocol | pure virtual |
store_double(double from, uint32 decimals, uint32 zerofill)=0 | Protocol | pure virtual |
store_field(const Field *field)=0 | Protocol | pure virtual |
store_float(float from, uint32 decimals, uint32 zerofill)=0 | Protocol | pure virtual |
store_long(longlong from, uint32 zerofill)=0 | Protocol | pure virtual |
store_long(longlong from) | Protocol | inline |
store_longlong(longlong from, bool unsigned_flag, uint32 zerofill)=0 | Protocol | pure virtual |
store_longlong(longlong from, bool unsigned_flag) | Protocol | inline |
store_null()=0 | Protocol | pure virtual |
store_ps_status(ulong stmt_id, uint column_count, uint param_count, ulong cond_count)=0 | Protocol | pure virtual |
store_short(longlong from, uint32 zerofill)=0 | Protocol | pure virtual |
store_short(longlong from) | Protocol | inline |
store_string(const char *from, size_t length, const CHARSET_INFO *fromcs)=0 | Protocol | pure virtual |
store_time(const MYSQL_TIME &time, uint precision)=0 | Protocol | pure virtual |
store_tiny(longlong from, uint32 zerofill)=0 | Protocol | pure virtual |
store_tiny(longlong from) | Protocol | inline |
to_string(const Type &type) | Protocol | inlinestatic |
type() const =0 | Protocol | pure virtual |
Type typedef | Protocol | |
~Protocol()=default | Protocol | virtual |