My Project
|
Public Member Functions | |
Item_func_isnull (Item *a) | |
longlong | val_int () |
enum Functype | functype () const |
void | fix_length_and_dec () |
const char * | func_name () const |
virtual void | update_used_tables () |
table_map | not_null_tables () const |
optimize_type | select_optimize () const |
Item * | neg_transformer (THD *thd) |
const CHARSET_INFO * | compare_collation () |
Protected Attributes | |
longlong | cached_value |
Item * Item_func_isnull::neg_transformer | ( | THD * | thd | ) | [virtual] |
a IS NULL -> a IS NOT NULL.
Reimplemented from Item.