OracleConnectionInfo interface
Oracle サーバーに接続するための情報
プロパティ
data |
EZConnect または TNSName 接続文字列。 |
password | パスワード資格情報。 |
type | ポリモーフィック判別器 |
user |
ユーザー名 |
プロパティの詳細
dataSource
EZConnect または TNSName 接続文字列。
dataSource: string
プロパティ値
string
password
パスワード資格情報。
password?: string
プロパティ値
string
type
ポリモーフィック判別器
type: "OracleConnectionInfo"
プロパティ値
"OracleConnectionInfo"
userName
ユーザー名
userName?: string
プロパティ値
string