GetUserTablesOracleTaskInputResponse

data class GetUserTablesOracleTaskInputResponse(val connectionInfo: OracleConnectionInfoResponse, val selectedSchemas: List<String>)

Input for the task that gets the list of tables contained within a provided list of Oracle schemas.

Constructors

Link copied to clipboard
constructor(connectionInfo: OracleConnectionInfoResponse, selectedSchemas: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information for connecting to Oracle source

Link copied to clipboard

List of Oracle schemas for which to collect tables