My Project
|
Public Member Functions | |
Item_allany_subselect (Item *left_expr, chooser_compare_func_creator fc, st_select_lex *select_lex, bool all) | |
subs_type | substype () |
trans_res | select_transformer (JOIN *join) |
virtual void | print (String *str, enum_query_type query_type) |
Public Attributes | |
chooser_compare_func_creator | func_creator |
Comp_creator * | func |
bool | all |
void Item_allany_subselect::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_in_subselect.