MySQL Shell API 8.0.37
Unified development interface for MySQL Products
Methods | List of all members
Options Class Reference

More...

Methods

Undefined set (String optionName, Value value)
 Sets value of an option. More...
 
Undefined setPersist (String optionName, Value value)
 Sets value of an option and stores it in the configuration file. More...
 
Undefined unset (String optionName)
 Resets value of an option to default. More...
 
Undefined unsetPersist (String optionName)
 Resets value of an option to default and removes it from the configuration file. More...
 

Detailed Description

Member Function Documentation

◆ set()

Undefined set ( String  optionName,
Value  value 
)

Sets value of an option.

Parameters
optionNamename of the option to set.
valuenew value for the option.

◆ setPersist()

Undefined setPersist ( String  optionName,
Value  value 
)

Sets value of an option and stores it in the configuration file.

Parameters
optionNamename of the option to set.
valuenew value for the option.

◆ unset()

Undefined unset ( String  optionName)

Resets value of an option to default.

Parameters
optionNamename of the option to reset.

◆ unsetPersist()

Undefined unsetPersist ( String  optionName)

Resets value of an option to default and removes it from the configuration file.

Parameters
optionNamename of the option to reset.