Public Member Functions |
| Protocol_text (THD *thd_arg) |
virtual void | prepare_for_resend () |
virtual bool | store_null () |
virtual bool | store_tiny (longlong from) |
virtual bool | store_short (longlong from) |
virtual bool | store_long (longlong from) |
virtual bool | store_longlong (longlong from, bool unsigned_flag) |
virtual bool | store_decimal (const my_decimal *) |
virtual bool | store (const char *from, size_t length, const CHARSET_INFO *cs) |
virtual bool | store (const char *from, size_t length, const CHARSET_INFO *fromcs, const CHARSET_INFO *tocs) |
virtual bool | store (MYSQL_TIME *time, uint precision) |
virtual bool | store_date (MYSQL_TIME *time) |
virtual bool | store_time (MYSQL_TIME *time, uint precision) |
virtual bool | store (float nr, uint32 decimals, String *buffer) |
virtual bool | store (double from, uint32 decimals, String *buffer) |
virtual bool | store (Field *field) |
virtual bool | send_out_parameters (List< Item_param > *sp_params) |
virtual enum enum_protocol_type | type () |
Class used for the old (MySQL 4.0 protocol).