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 () | 
| String * | val_str (String *str) | 
| my_decimal * | val_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
Return timestamp in "struct timeval" format. 
- Parameters:
- 
  
    | OUT | tm The value is store here. |  
 
- Return values:
- 
  
    | false | On success |  | true | On error |  
 
Implemented in Item_func_unix_timestamp.
 
 
The documentation for this class was generated from the following files: