My Project
|
Public Member Functions | |
Item_func_nullif (Item *a, Item *b) | |
double | val_real () |
longlong | val_int () |
String * | val_str (String *str) |
my_decimal * | val_decimal (my_decimal *) |
enum Item_result | result_type () const |
void | fix_length_and_dec () |
uint | decimal_precision () const |
const char * | func_name () const |
virtual void | print (String *str, enum_query_type query_type) |
table_map | not_null_tables () const |
bool | is_null () |
virtual void Item_func_nullif::print | ( | String * | str, |
enum_query_type | query_type | ||
) | [inline, 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_bool_func2.
double Item_func_nullif::val_real | ( | void | ) | [virtual] |
Reimplemented from Item_int_func.