My Project
Public Member Functions
Item_timeval_func Class Reference
Inheritance diagram for Item_timeval_func:
Item_func Item_result_field Item Item_func_unix_timestamp

List of all members.

Public Member Functions

 Item_timeval_func (Item *a)
virtual bool val_timeval (struct timeval *tm)=0
longlong val_int ()
double val_real ()
Stringval_str (String *str)
my_decimalval_decimal (my_decimal *decimal_value)
bool get_date (MYSQL_TIME *ltime, uint fuzzydate)
bool get_time (MYSQL_TIME *ltime)
enum Item_result result_type () const

Member Function Documentation

virtual bool Item_timeval_func::val_timeval ( struct timeval *  tm) [pure virtual]

Return timestamp in "struct timeval" format.

Parameters:
OUTtm The value is store here.
Return values:
falseOn success
trueOn error

Implemented in Item_func_unix_timestamp.


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