Public Member Functions |
| udf_handler (udf_func *udf_arg) |
const char * | name () const |
Item_result | result_type () const |
bool | get_arguments () |
bool | fix_fields (THD *thd, Item_result_field *item, uint arg_count, Item **args) |
void | cleanup () |
double | val (my_bool *null_value) |
longlong | val_int (my_bool *null_value) |
my_decimal * | val_decimal (my_bool *null_value, my_decimal *dec_buf) |
void | clear () |
void | add (my_bool *null_value) |
String * | val_str (String *str, String *save_str) |
Public Attributes |
table_map | used_tables_cache |
bool | const_item_cache |
bool | not_original |
Additional Inherited Members |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
Detailed Description
Definition at line 50 of file sql_udf.h.
The documentation for this class was generated from the following files: