List of all members.
| 
Public Member Functions | 
|  | Item_func_inet6_aton (Item *ip_addr) | 
| virtual const char * | func_name () const | 
| virtual void | fix_length_and_dec () | 
| 
Protected Member Functions | 
| virtual bool | calc_value (String *arg, String *buffer) | 
Member Function Documentation
Converts IP-address-string to IP-address-data.
- Parameters:
- 
  
    |  | arg | IP-address-string. |  | [out] | buffer | Buffer to store IP-address-data. |  
 
- Returns:
- Completion status. 
- Return values:
- 
  
    | false | Given string does not represent an IP-address. |  | true | The string has been converted sucessfully. |  
 
Implements Item_func_inet_str_base.
 
 
The documentation for this class was generated from the following files: