My Project
Public Member Functions
Item_func_maketime Class Reference
Inheritance diagram for Item_func_maketime:
Item_time_func Item_temporal_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_maketime (Item *a, Item *b, Item *c)
void fix_length_and_dec ()
const char * func_name () const
bool get_time (MYSQL_TIME *ltime)

Member Function Documentation

bool Item_func_maketime::get_time ( MYSQL_TIME *  ltime) [virtual]

MAKETIME(h,m,s) is a time function that calculates a time value from the total number of hours, minutes, and seconds. Result: Time value

Implements Item_time_func.


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