![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
SQL identifier name wrapper for pretty-printing. More...
#include <dict0mem.h>
Public Member Functions | |
| id_name_t () | |
| Default constructor.  More... | |
| id_name_t (const char *name) | |
| Constructor.  More... | |
| id_name_t & | operator= (const char *name) | 
| Assignment operator.  More... | |
| operator const char * () const | |
| Implicit type conversion.  More... | |
| const char * | operator() () const | 
| Explicit type conversion.  More... | |
Private Attributes | |
| const char * | m_name | 
| The name in internal representation.  More... | |
SQL identifier name wrapper for pretty-printing.
      
  | 
  inline | 
Default constructor.
      
  | 
  inlineexplicit | 
Constructor.
| [in] | name | identifier to assign | 
      
  | 
  inline | 
Implicit type conversion.
      
  | 
  inline | 
Explicit type conversion.
      
  | 
  inline | 
Assignment operator.
| [in] | name | identifier to assign | 
      
  | 
  private | 
The name in internal representation.