MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Create_func_atan Class Reference
Inheritance diagram for Create_func_atan:
Collaboration diagram for Create_func_atan:

Public Member Functions

virtual Itemcreate_native (THD *thd, LEX_STRING name, List< Item > *item_list)
- Public Member Functions inherited from Create_native_func
virtual Itemcreate_func (THD *thd, LEX_STRING name, List< Item > *item_list)

Static Public Attributes

static Create_func_atan s_singleton

Additional Inherited Members

- Protected Member Functions inherited from Create_native_func
 Create_native_func ()
virtual ~Create_native_func ()

Detailed Description

Definition at line 349 of file item_create.cc.

Member Function Documentation

Item * Create_func_atan::create_native ( THD *  thd,
LEX_STRING  name,
List< Item > *  item_list 
)
virtual

Builder method, with no arguments.

Parameters
thdThe current thread
nameThe native function name
item_listThe function parameters, none of which are named
Returns
An item representing the function call

Implements Create_native_func.

Definition at line 3081 of file item_create.cc.


The documentation for this class was generated from the following file: