Protected Member Functions |
| table_session_connect (const PFS_engine_table_share *share) |
virtual void | make_row (PFS_thread *pfs, uint ordinal) |
virtual bool | thread_fits (PFS_thread *thread) |
virtual int | read_row_values (TABLE *table, unsigned char *buf, Field **fields, bool read_all) |
| cursor_by_thread_connect_attr (const PFS_engine_table_share *share) |
virtual int | update_row_values (TABLE *table, const unsigned char *old_buf, unsigned char *new_buf, Field **fields) |
virtual int | delete_row_values (TABLE *table, const unsigned char *buf, Field **fields) |
| PFS_engine_table (const PFS_engine_table_share *share, void *pos) |
Additional Inherited Members |
virtual int | rnd_next () |
virtual int | rnd_pos (const void *pos) |
virtual void | reset_position (void) |
static const
PFS_engine_table_share * | find_engine_table_share (const char *name) |
static void | set_field_ulong (Field *f, ulong value) |
static void | set_field_ulonglong (Field *f, ulonglong value) |
static void | set_field_char_utf8 (Field *f, const char *str, uint len) |
static void | set_field_varchar_utf8 (Field *f, const char *str, uint len) |
static void | set_field_longtext_utf8 (Field *f, const char *str, uint len) |
static void | set_field_enum (Field *f, ulonglong value) |
static void | set_field_timestamp (Field *f, ulonglong value) |
static ulonglong | get_field_enum (Field *f) |
static String * | get_field_char_utf8 (Field *f, String *val) |
static String * | get_field_varchar_utf8 (Field *f, String *val) |
Detailed Description
Definition at line 55 of file table_session_connect.h.
Member Function Documentation
int table_session_connect::read_row_values |
( |
TABLE * |
table, |
|
|
unsigned char * |
buf, |
|
|
Field ** |
fields, |
|
|
bool |
read_all |
|
) |
| |
|
protectedvirtual |
Member Data Documentation
The documentation for this class was generated from the following files: