DataSourceParametersTeradata

data class DataSourceParametersTeradata(val database: String, val host: String, val port: Int)

Constructors

Link copied to clipboard
constructor(database: String, host: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database to which to connect.

Link copied to clipboard

The host to which to connect.

Link copied to clipboard
val port: Int

The warehouse to which to connect.