Oracle Connection Info Response
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
fun OracleConnectionInfoResponse(dataSource: String, password: String? = null, type: String, userName: String? = null)