MySQL 8.3.0
Source Code Documentation
PT_show_procedure_code Class Referencefinal

Parse tree node for SHOW FUNCTION CODE statement. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_procedure_code:
[legend]

Public Member Functions

 PT_show_procedure_code (const POS &pos, const sp_name *procedure_name)
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Additional Inherited Members

- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 
- Protected Member Functions inherited from PT_show_routine_code
 PT_show_routine_code (const POS &pos, enum_sql_command sql_command, const sp_name *routine_name)
 
Sql_cmdmake_cmd (THD *thd) override
 
- Protected Member Functions inherited from PT_show_base
 PT_show_base (const POS &pos, enum_sql_command sql_command)
 
- Protected Member Functions inherited from Parse_tree_root
 Parse_tree_root ()=default
 
 Parse_tree_root (const POS &pos)
 
virtual ~Parse_tree_root ()=default
 
- Protected Attributes inherited from PT_show_base
enum_sql_command m_sql_command
 SQL command. More...
 

Detailed Description

Parse tree node for SHOW FUNCTION CODE statement.

Constructor & Destructor Documentation

◆ PT_show_procedure_code()

PT_show_procedure_code::PT_show_procedure_code ( const POS pos,
const sp_name procedure_name 
)
inline

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