MySQL 8.4.0
Source Code Documentation
PT_show_filter_base Class Reference

Base class for Parse tree nodes of SHOW statements with LIKE/WHERE parameter. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_filter_base:
[legend]

Protected Member Functions

 PT_show_filter_base (const POS &pos, enum_sql_command sql_command, const LEX_STRING &wild, Item *where)
 
- 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

LEX_STRING m_wild
 Wild or where clause used in the statement. More...
 
Itemm_where
 
- Protected Attributes inherited from PT_show_base
enum_sql_command m_sql_command
 SQL command. More...
 

Additional Inherited Members

- Public Member Functions inherited from Parse_tree_root
virtual Sql_cmdmake_cmd (THD *thd)=0
 
virtual std::string get_printable_parse_tree (THD *thd)
 
- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 

Detailed Description

Base class for Parse tree nodes of SHOW statements with LIKE/WHERE parameter.

Constructor & Destructor Documentation

◆ PT_show_filter_base()

PT_show_filter_base::PT_show_filter_base ( const POS pos,
enum_sql_command  sql_command,
const LEX_STRING wild,
Item where 
)
inlineprotected

Member Data Documentation

◆ m_where

Item* PT_show_filter_base::m_where
protected

◆ m_wild

LEX_STRING PT_show_filter_base::m_wild
protected

Wild or where clause used in the statement.


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