MySQL 9.0.0
Source Code Documentation
anonymous_namespace{command_mapping.cc}::Command_maps Class Referencefinal

Public Member Functions

 Command_maps ()
 
enum_server_command get_server_command (const char *server_command)
 

Static Public Attributes

static const char * sql_commands [static_cast< unsigned int >(SQLCOM_END)]
 

Private Attributes

std::unordered_map< const char *, enum_server_commandserver_command_map
 

Constructor & Destructor Documentation

◆ Command_maps()

anonymous_namespace{command_mapping.cc}::Command_maps::Command_maps ( )
inline

Member Function Documentation

◆ get_server_command()

enum_server_command anonymous_namespace{command_mapping.cc}::Command_maps::get_server_command ( const char *  server_command)
inline

Member Data Documentation

◆ server_command_map

std::unordered_map<const char *, enum_server_command> anonymous_namespace{command_mapping.cc}::Command_maps::server_command_map
private

◆ sql_commands

const char * anonymous_namespace{command_mapping.cc}::Command_maps::sql_commands
static

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