My Project
Public Member Functions | Protected Member Functions
Item_func_inet6_aton Class Reference
Inheritance diagram for Item_func_inet6_aton:
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_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

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

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

Parameters:
argIP-address-string.
[out]bufferBuffer to store IP-address-data.
Returns:
Completion status.
Return values:
falseGiven string does not represent an 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