My Project
|
Public Member Functions | |
Item_decimal_typecast (Item *a, int len, int dec) | |
String * | val_str (String *str) |
double | val_real () |
longlong | val_int () |
bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
bool | get_time (MYSQL_TIME *ltime) |
my_decimal * | val_decimal (my_decimal *) |
enum Item_result | result_type () const |
enum_field_types | field_type () const |
void | fix_length_and_dec () |
const char * | func_name () const |
virtual void | print (String *str, enum_query_type query_type) |
void Item_decimal_typecast::print | ( | String * | str, |
enum_query_type | query_type | ||
) | [virtual] |
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item_func.