My Project
Public Member Functions
Item_func_sysdate_local Class Reference
Inheritance diagram for Item_func_sysdate_local:
Item_datetime_func Item_temporal_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_sysdate_local (uint8 dec_arg)
bool const_item () const
const char * func_name () const
void fix_length_and_dec ()
bool get_date (MYSQL_TIME *res, uint fuzzy_date)
table_map get_initial_pseudo_tables () const

Member Function Documentation

bool Item_func_sysdate_local::get_date ( MYSQL_TIME *  res,
uint  fuzzy_date 
) [virtual]

Converts current time in my_time_t to MYSQL_TIME represenatation for local time zone. Defines time zone (local) used for whole SYSDATE function.

Implements Item_datetime_func.

table_map Item_func_sysdate_local::get_initial_pseudo_tables ( ) const [inline, virtual]

This function is non-deterministic and hence depends on the 'RAND' pseudo-table.

Return values:
AlwaysRAND_TABLE_BIT

Reimplemented from Item_func.


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