My Project
Public Member Functions
Item_func_dayname Class Reference

#include <item_timefunc.h>

Inheritance diagram for Item_func_dayname:
Item_func_weekday Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_dayname (Item *a)
const char * func_name () const
Stringval_str (String *str)
bool get_date (MYSQL_TIME *ltime, uint fuzzydate)
bool get_time (MYSQL_TIME *ltime)
enum Item_result result_type () const
void fix_length_and_dec ()
bool check_partition_func_processor (uchar *int_arg)

Detailed Description

TS-TODO: Item_func_dayname should be derived from Item_str_func. In the current implementation funny things can happen: select dayname(now())+1 -> 4


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