![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Parse tree node for SHOW COLUMNS statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
| PT_show_fields (const POS &pos, Show_cmd_type show_cmd_type, Table_ident *table, LEX_STRING opt_wild={}, Item *opt_where=nullptr) | |
| Sql_cmd * | make_cmd (THD *thd) override | 
Private Types | |
| typedef PT_show_table_base | super | 
Private Attributes | |
| Show_cmd_type | m_show_cmd_type | 
| Sql_cmd_show_columns | m_sql_cmd | 
Additional Inherited Members | |
  Protected Member Functions inherited from PT_show_table_base | |
| PT_show_table_base (const POS &pos, enum_sql_command sql_command, Table_ident *table_ident, const LEX_STRING &wild, Item *where) | |
| bool | make_table_base_cmd (THD *thd, bool *temporary) | 
  Protected Member Functions inherited from PT_show_filter_base | |
| 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 | |
| virtual | ~Parse_tree_root ()=default | 
| Parse_tree_root ()=default | |
  Protected Attributes inherited from PT_show_table_base | |
| Table_ident * | m_table_ident | 
| Table used in the statement.  More... | |
  Protected Attributes inherited from PT_show_filter_base | |
| LEX_STRING | m_wild | 
| Wild or where clause used in the statement.  More... | |
| Item * | m_where | 
  Protected Attributes inherited from PT_show_base | |
| POS | m_pos | 
| Textual location of a token just parsed.  More... | |
| enum_sql_command | m_sql_command | 
| SQL command.  More... | |
Parse tree node for SHOW COLUMNS statement.
      
  | 
  private | 
      
  | 
  inline | 
Implements Parse_tree_root.
      
  | 
  private | 
      
  | 
  private |