MySQL 8.3.0
Source Code Documentation
PT_show_tables Class Referencefinal

Parse tree node for SHOW TABLES statement. More...

#include <parse_tree_nodes.h>

Inheritance diagram for PT_show_tables:
[legend]

Public Member Functions

 PT_show_tables (const POS &pos, Show_cmd_type show_cmd_type, char *opt_db, const LEX_STRING &wild, Item *where)
 
Sql_cmdmake_cmd (THD *thd) override
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

Sql_cmd_show_tables m_sql_cmd
 
Show_cmd_type m_show_cmd_type
 

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_schema_base
 PT_show_schema_base (const POS &pos, enum_sql_command sql_command, char *opt_db, 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 inherited from PT_show_schema_base
char * m_opt_db
 Optional schema name in FROM/IN clause. More...
 
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...
 

Detailed Description

Parse tree node for SHOW TABLES statement.

Constructor & Destructor Documentation

◆ PT_show_tables()

PT_show_tables::PT_show_tables ( const POS pos,
Show_cmd_type  show_cmd_type,
char *  opt_db,
const LEX_STRING wild,
Item where 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_show_tables::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_show_cmd_type

Show_cmd_type PT_show_tables::m_show_cmd_type
private

◆ m_sql_cmd

Sql_cmd_show_tables PT_show_tables::m_sql_cmd
private

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