MySQL 8.4.0
Source Code Documentation
PT_show_count_base Class Reference

Base class for Parse tree nodes of SHOW COUNT(*) { WARNINGS | ERRORS } statements. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_count_base:
[legend]

Public Member Functions

 PT_show_count_base (const POS &pos)
 
- Public Member Functions inherited from Parse_tree_root
virtual Sql_cmdmake_cmd (THD *thd)=0
 
virtual std::string get_printable_parse_tree (THD *thd)
 

Protected Member Functions

Sql_cmdmake_cmd_generic (THD *thd, LEX_CSTRING diagnostic_variable_name)
 
- 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
 

Additional Inherited Members

- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 
- Protected Attributes inherited from PT_show_base
enum_sql_command m_sql_command
 SQL command. More...
 

Detailed Description

Base class for Parse tree nodes of SHOW COUNT(*) { WARNINGS | ERRORS } statements.

Constructor & Destructor Documentation

◆ PT_show_count_base()

PT_show_count_base::PT_show_count_base ( const POS pos)
inlineexplicit

Member Function Documentation

◆ make_cmd_generic()

Sql_cmd * PT_show_count_base::make_cmd_generic ( THD thd,
LEX_CSTRING  diagnostic_variable_name 
)
protected

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