OracleConnectionInfoResponse

data class OracleConnectionInfoResponse(val dataSource: String, val password: String? = null, val type: String, val userName: String? = null)

Information for connecting to Oracle server

Constructors

Link copied to clipboard
constructor(dataSource: String, password: String? = null, type: String, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

EZConnect or TNSName connection string.

Link copied to clipboard
val password: String? = null

Password credential.

Link copied to clipboard

Type of connection info Expected value is 'OracleConnectionInfo'.

Link copied to clipboard
val userName: String? = null

User name