OptionSetting

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed values of the option setting.

Link copied to clipboard

The DB engine specific parameter type.

Link copied to clipboard

The data type of the option setting.

Link copied to clipboard

The default value of the option setting.

Link copied to clipboard

The description of the option setting.

Link copied to clipboard

Indicates whether the option setting is part of a collection.

Link copied to clipboard

Indicates whether the option setting can be modified from the default.

Link copied to clipboard
val name: String?

The name of the option that has settings that you can set.

Link copied to clipboard

The current value of the option setting.

Functions

Link copied to clipboard
inline fun copy(block: OptionSetting.Builder.() -> Unit = {}): OptionSetting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String