MySQL 9.1.0
Source Code Documentation
|
#include <item.h>
Public Member Functions | |
Item_func_call_replacement (Item_func *func_target, Item_field *item, Query_block *select) | |
Public Member Functions inherited from Item::Item_replacement | |
Item_replacement (Query_block *transformed_block, Query_block *current_block) | |
Public Attributes | |
Item_func * | m_target |
The function call to be replaced. More... | |
Item_field * | m_item |
The replacement field. More... | |
Public Attributes inherited from Item::Item_replacement | |
Query_block * | m_trans_block |
Transformed query block. More... | |
Query_block * | m_curr_block |
Transformed query block or a contained. More... | |
|
inline |
Item_field* Item::Item_func_call_replacement::m_item |
The replacement field.
Item_func* Item::Item_func_call_replacement::m_target |
The function call to be replaced.