MySQL 8.0.37
Source Code Documentation
PT_install_component Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_install_component:
[legend]

Public Member Functions

 PT_install_component (THD *thd, const Mem_root_array_YY< LEX_STRING > urns, List< PT_install_component_set_element > *set_elements)
 
Sql_cmdmake_cmd (THD *thd) override
 

Private Attributes

Mem_root_array_YY< LEX_STRINGm_urns
 
List< PT_install_component_set_element > * m_set_elements
 

Additional Inherited Members

- Protected Member Functions inherited from Parse_tree_root
virtual ~Parse_tree_root ()=default
 
 Parse_tree_root ()=default
 

Constructor & Destructor Documentation

◆ PT_install_component()

PT_install_component::PT_install_component ( THD thd,
const Mem_root_array_YY< LEX_STRING urns,
List< PT_install_component_set_element > *  set_elements 
)

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_install_component::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_set_elements

List<PT_install_component_set_element>* PT_install_component::m_set_elements
private

◆ m_urns

Mem_root_array_YY<LEX_STRING> PT_install_component::m_urns
private

The documentation for this class was generated from the following files: