Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetUserTablesOracleTaskOutput

Package version

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

Hierarchy

  • GetUserTablesOracleTaskOutput

Index

Properties

Optional schemaName

schemaName: undefined | string

The schema this result is for NOTE: This property will not be serialized. It can only be populated by the server.

Optional tables

tables: DatabaseTable[]

List of valid tables found for this schema NOTE: This property will not be serialized. It can only be populated by the server.

Optional validationErrors

validationErrors: ReportableException[]

Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc