My Project
Public Member Functions | Protected Attributes
Item_func_isnull Class Reference
Inheritance diagram for Item_func_isnull:
Item_bool_func Item_int_func Item_func Item_result_field Item Item_is_not_null_test

List of all members.

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
Itemneg_transformer (THD *thd)
const CHARSET_INFO * compare_collation ()

Protected Attributes

longlong cached_value

Member Function Documentation

Item * Item_func_isnull::neg_transformer ( THD *  thd) [virtual]

a IS NULL -> a IS NOT NULL.

Reimplemented from Item.


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