MySQL 9.2.0
Source Code Documentation
sp_name_with_alias Struct Reference

#include <sql_lex.h>

Public Member Functions

 sp_name_with_alias (LEX_CSTRING db, LEX_STRING name, LEX_CSTRING alias)
 

Public Attributes

LEX_CSTRING m_db
 
LEX_STRING m_name
 
LEX_CSTRING m_alias
 

Constructor & Destructor Documentation

◆ sp_name_with_alias()

sp_name_with_alias::sp_name_with_alias ( LEX_CSTRING  db,
LEX_STRING  name,
LEX_CSTRING  alias 
)
inline

Member Data Documentation

◆ m_alias

LEX_CSTRING sp_name_with_alias::m_alias

◆ m_db

LEX_CSTRING sp_name_with_alias::m_db

◆ m_name

LEX_STRING sp_name_with_alias::m_name

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