GetUserTablesOracleTaskOutputResponse

data class GetUserTablesOracleTaskOutputResponse(val schemaName: String, val tables: List<DatabaseTableResponse>, val validationErrors: List<ReportableExceptionResponse>)

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

Constructors

Link copied to clipboard
constructor(schemaName: String, tables: List<DatabaseTableResponse>, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The schema this result is for

Link copied to clipboard

List of valid tables found for this schema

Link copied to clipboard

Validation errors associated with the task