My Project
Public Member Functions
Create_func_aes_base Class Reference
Inheritance diagram for Create_func_aes_base:
Create_native_func Create_func Create_func_aes_decrypt Create_func_aes_encrypt

List of all members.

Public Member Functions

virtual Itemcreate_native (THD *thd, LEX_STRING name, List< Item > *item_list)
virtual Itemcreate_aes (THD *thd, Item *arg1, Item *arg2)=0
virtual Itemcreate_aes (THD *thd, Item *arg1, Item *arg2, Item *arg3)=0

Member Function Documentation

virtual Item* Create_func_aes_base::create_native ( THD *  thd,
LEX_STRING  name,
List< Item > *  item_list 
) [inline, 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.


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