OptionSetting class
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
Constructors
Properties
- allowedValues → String?
-
The allowed values of the option setting.
final
- applyType → String?
-
The DB engine specific parameter type.
final
- dataType → String?
-
The data type of the option setting.
final
- defaultValue → String?
-
The default value of the option setting.
final
- description → String?
-
The description of the option setting.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCollection → bool?
-
Indicates if the option setting is part of a collection.
final
- isModifiable → bool?
-
A Boolean value that, when true, indicates the option setting can be
modified from the default.
final
- name → String?
-
The name of the option that has settings that you can set.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
The current value of the option setting.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited