List of all members.
| 
Public Member Functions | 
|  | Protocol_binary (THD *thd_arg) | 
| virtual bool | prepare_for_send (uint num_columns) | 
| 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 () | 
Member Function Documentation
Send a result set with OUT-parameter values by means of PS-protocol.
- Parameters:
- 
  
    | sp_params | List of PS/SP parameters (both input and output). |  
 
- Returns:
- Error status. 
- Return values:
- 
  
  
Implements Protocol.
 
 
The documentation for this class was generated from the following files: