MySQL 9.0.0
Source Code Documentation
my_command_data Struct Reference

Public Attributes

const int id
 
const char * name
 
const char * description
 
my_optionoptions
 
bool(* get_one_option_func )(int optid, const struct my_option *opt, char *argument)
 

Member Data Documentation

◆ description

const char* my_command_data::description

◆ get_one_option_func

bool(* my_command_data::get_one_option_func) (int optid, const struct my_option *opt, char *argument)

◆ id

const int my_command_data::id

◆ name

const char* my_command_data::name

◆ options

my_option* my_command_data::options

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