My Project
Public Member Functions | Protected Member Functions
Item_func_str_to_date Class Reference
Inheritance diagram for Item_func_str_to_date:
Item_temporal_hybrid_func Item_str_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_str_to_date (Item *a, Item *b)
const char * func_name () const
void fix_length_and_dec ()

Protected Member Functions

bool val_datetime (MYSQL_TIME *ltime, uint fuzzy_date)

Member Function Documentation

bool Item_func_str_to_date::val_datetime ( MYSQL_TIME *  ltime,
uint  fuzzy_date 
) [protected, virtual]

Get "native" temporal value as MYSQL_TIME

Parameters:
OUTltime The value is stored here.
INfuzzy_date Date flags.
Return values:
falseOn success.
trueOn error.

Implements Item_temporal_hybrid_func.


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