MySQL 8.4.0
Source Code Documentation
service_operations.h File Reference

Go to the source code of this file.

Classes

struct  ServiceConfOptions
 

Enumerations

enum class  ServiceOperation {
  None , Install , InstallManual , Remove ,
  Start
}
 

Functions

void add_service_options (CmdArgHandler &arg_handler, ServiceConfOptions *conf_opts=nullptr)
 Adds a Windows service related options to the command line arguments handler. More...
 

Enumeration Type Documentation

◆ ServiceOperation

enum class ServiceOperation
strong
Enumerator
None 
Install 
InstallManual 
Remove 
Start 

Function Documentation

◆ add_service_options()

void add_service_options ( CmdArgHandler arg_handler,
ServiceConfOptions conf_opts = nullptr 
)

Adds a Windows service related options to the command line arguments handler.

Parameters
arg_handlerarg handler object in which the function will register the Windows service related parameters
conf_optspointer to the object where the option handler will store the selected option parameters (service operation, name), not stored if nullptr passsed