MySQL 8.0.40
Source Code Documentation
|
#include <item.h>
Public Member Functions | |
Item_view_ref_replacement (Item *target, Field *field, Query_block *select) | |
Public Member Functions inherited from Item::Item_replacement | |
Item_replacement (Query_block *transformed_block, Query_block *current_block) | |
Public Attributes | |
Item * | m_target |
The item identifying the view_ref to be replaced. More... | |
Field * | m_field |
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 |
Field* Item::Item_view_ref_replacement::m_field |
The replacement field.
subquery. Pushed when diving into subqueries.
Item* Item::Item_view_ref_replacement::m_target |
The item identifying the view_ref to be replaced.