OracleConnectionInfo interface
Informations pour la connexion au serveur Oracle
Propriétés
data |
Chaîne de connexion EZConnect ou TNSName. |
password | Informations d’identification du mot de passe. |
type | Discriminateur polymorphe |
user |
Nom d’utilisateur |
Détails de la propriété
dataSource
Chaîne de connexion EZConnect ou TNSName.
dataSource: string
Valeur de propriété
string
password
Informations d’identification du mot de passe.
password?: string
Valeur de propriété
string
type
Discriminateur polymorphe
type: "OracleConnectionInfo"
Valeur de propriété
"OracleConnectionInfo"
userName
Nom d’utilisateur
userName?: string
Valeur de propriété
string