My Project
Public Member Functions | Protected Member Functions
Item_func_inet6_ntoa Class Reference
Inheritance diagram for Item_func_inet6_ntoa:
Item_func_inet_str_base Item_str_ascii_func Item_str_func Item_func Item_result_field Item

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

bool Item_func_inet6_ntoa::calc_value ( String arg,
String buffer 
) [protected, virtual]

Converts IP-address-data to IP-address-string.

Parameters:
argIP-address-data.
[out]bufferBuffer to store IP-address-string.
Returns:
Completion status.
Return values:
falseThe argument does not correspond to IP-address.
trueThe string has been converted sucessfully.

Implements Item_func_inet_str_base.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines