Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ConnectionDetails

Connection details to connect to the database. HostName, protocol, and port should be specified.

Properties

hostName

hostName: string

Name of the listener host that will be used to create the connect string to the database.

port

port: number

Listener port number used for connection requests. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

protocol

protocol: Protocol

Protocol used for connection requests.

serviceName

serviceName: string

Database service name used for connection requests.

Functions

getDeserializedJsonObj

getJsonObj