List of all members.
Public Member Functions |
| Item_func_inet6_ntoa (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-data to IP-address-string.
- Parameters:
-
| arg | IP-address-data. |
[out] | buffer | Buffer to store IP-address-string. |
- Returns:
- Completion status.
- Return values:
-
false | The argument does not correspond to 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: