OracleConnectionInfo interface

Oracle サーバーへの接続に関する情報

Extends

プロパティ

authentication

接続に使用する認証の種類

dataSource

EZConnect または TNSName 接続文字列。

port

サーバーのポート

serverName

サーバーの名前

serverVersion

サーバーのバージョン

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

password

パスワード資格情報。

userName

ユーザー名

プロパティの詳細

authentication

接続に使用する認証の種類

authentication?: string

プロパティ値

string

dataSource

EZConnect または TNSName 接続文字列。

dataSource: string

プロパティ値

string

port

サーバーのポート

port?: number

プロパティ値

number

serverName

サーバーの名前

serverName?: string

プロパティ値

string

serverVersion

サーバーのバージョン

serverVersion?: string

プロパティ値

string

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "OracleConnectionInfo"

プロパティ値

"OracleConnectionInfo"

継承されたプロパティの詳細

password

パスワード資格情報。

password?: string

プロパティ値

string

承元ConnectionInfo.password

userName

ユーザー名

userName?: string

プロパティ値

string

承元ConnectionInfo.userName