Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ValidateDatabaseToolsConnectionOracleDatabaseResult

Connection validaton result for the Oracle Database.

Properties

Optional action

action: undefined | string

A human-readable message that suggests a remedial action to resolve the validation error.

Optional cause

cause: undefined | string

A human-readable message that describes possible causes for the validation error.

code

code: string

A short code that defines the result of the validation, meant for programmatic parsing. The value OK indicates that the validation was successful.

Optional databaseName

databaseName: undefined | string

The database name.

databaseVersion

databaseVersion: string

The database version.

message

message: string

A human-readable message that describes the result of the validation.

Const type

type: string = "ORACLE_DATABASE"

Methods

getDeserializedJsonObj

getJsonObj