SettingsProperties

data class SettingsProperties(val microsoftSqlServerSettings: SettingsPropertiesMicrosoftSqlServerSettingsProperties? = null, val mySqlSettings: SettingsPropertiesMySqlSettingsProperties? = null, val oracleSettings: SettingsPropertiesOracleSettingsProperties? = null, val postgreSqlSettings: SettingsPropertiesPostgreSqlSettingsProperties? = null)

The property identifies the exact type of settings for the data provider.

Constructors

Link copied to clipboard
constructor(microsoftSqlServerSettings: SettingsPropertiesMicrosoftSqlServerSettingsProperties? = null, mySqlSettings: SettingsPropertiesMySqlSettingsProperties? = null, oracleSettings: SettingsPropertiesOracleSettingsProperties? = null, postgreSqlSettings: SettingsPropertiesPostgreSqlSettingsProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MicrosoftSqlServerSettings property identifier.

Link copied to clipboard

MySqlSettings property identifier.

Link copied to clipboard

OracleSettings property identifier.

Link copied to clipboard

PostgreSqlSettings property identifier.