MySQL 5.6.14 Source Code Document
|
This is the complete list of members for cursor_by_host, including all inherited members.
cursor_by_host(const PFS_engine_table_share *share) (defined in cursor_by_host) | cursor_by_host | protected |
delete_row(TABLE *table, const unsigned char *buf, Field **fields) | PFS_engine_table | |
delete_row_values(TABLE *table, const unsigned char *buf, Field **fields) | PFS_engine_table | protectedvirtual |
find_engine_table_share(const char *name) | PFS_engine_table | static |
get_field_char_utf8(Field *f, String *val) | PFS_engine_table | static |
get_field_enum(Field *f) | PFS_engine_table | static |
get_field_varchar_utf8(Field *f, String *val) | PFS_engine_table | static |
get_normalizer(PFS_instr_class *instr_class) | PFS_engine_table | |
get_position(void *ref) | PFS_engine_table | |
m_class_type | PFS_engine_table | protected |
m_normalizer | PFS_engine_table | protected |
m_pos_ptr | PFS_engine_table | protected |
m_share_ptr | PFS_engine_table | protected |
make_row(PFS_host *host)=0 (defined in cursor_by_host) | cursor_by_host | protectedpure virtual |
PFS_engine_table(const PFS_engine_table_share *share, void *pos) | PFS_engine_table | inlineprotected |
read_row(TABLE *table, unsigned char *buf, Field **fields) | PFS_engine_table | |
read_row_values(TABLE *table, unsigned char *buf, Field **fields, bool read_all)=0 | PFS_engine_table | protectedpure virtual |
reset_position(void) | cursor_by_host | virtual |
rnd_init(bool scan) | PFS_engine_table | inlinevirtual |
rnd_next() | cursor_by_host | virtual |
rnd_pos(const void *pos) | cursor_by_host | virtual |
set_field_char_utf8(Field *f, const char *str, uint len) | PFS_engine_table | static |
set_field_enum(Field *f, ulonglong value) | PFS_engine_table | static |
set_field_longtext_utf8(Field *f, const char *str, uint len) | PFS_engine_table | static |
set_field_timestamp(Field *f, ulonglong value) | PFS_engine_table | static |
set_field_ulong(Field *f, ulong value) | PFS_engine_table | static |
set_field_ulonglong(Field *f, ulonglong value) | PFS_engine_table | static |
set_field_varchar_utf8(Field *f, const char *str, uint len) | PFS_engine_table | static |
set_position(const void *ref) | PFS_engine_table | |
update_row(TABLE *table, const unsigned char *old_buf, unsigned char *new_buf, Field **fields) | PFS_engine_table | |
update_row_values(TABLE *table, const unsigned char *old_buf, unsigned char *new_buf, Field **fields) | PFS_engine_table | protectedvirtual |
~cursor_by_host() (defined in cursor_by_host) | cursor_by_host | inline |
~PFS_engine_table() | PFS_engine_table | inlinevirtual |