My Project
|
#include <item_cmpfunc.h>
Public Member Functions | |
virtual bool | val_bool () |
virtual longlong | val_int () |
virtual void | fix_length_and_dec () |
virtual void | print (String *str, enum_query_type query_type) |
Protected Member Functions | |
Item_func_truth (Item *a, bool a_value, bool a_affirmative) |
Abstract Item class, to represent X IS [NOT] (TRUE | FALSE)
boolean predicates.
void Item_func_truth::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.
bool Item_func_truth::val_bool | ( | ) | [virtual] |