My Project
|
Public Member Functions | |
Item_func_isnotnull (Item *a) | |
longlong | val_int () |
enum Functype | functype () const |
void | fix_length_and_dec () |
const char * | func_name () const |
optimize_type | select_optimize () const |
table_map | not_null_tables () const |
Item * | neg_transformer (THD *thd) |
virtual void | print (String *str, enum_query_type query_type) |
const CHARSET_INFO * | compare_collation () |
void | top_level_item () |
Item * Item_func_isnotnull::neg_transformer | ( | THD * | thd | ) | [virtual] |
a IS NOT NULL -> a IS NULL.
Reimplemented from Item.
void Item_func_isnotnull::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.