MySQL 8.4.0
Source Code Documentation
command_mapping.h File Reference
#include "my_command.h"
#include "my_sqlcommand.h"

Go to the source code of this file.

Functions

void init_command_maps ()
 
void denit_command_maps ()
 
const char * get_server_command_string (enum_server_command server_command)
 
enum_server_command get_server_command (const char *server_command)
 
const char * get_sql_command_string (enum_sql_command sql_command)
 

Function Documentation

◆ denit_command_maps()

void denit_command_maps ( )

◆ get_server_command()

enum_server_command get_server_command ( const char *  server_command)

◆ get_server_command_string()

const char * get_server_command_string ( enum_server_command  server_command)

◆ get_sql_command_string()

const char * get_sql_command_string ( enum_sql_command  sql_command)

◆ init_command_maps()

void init_command_maps ( )