Name | Description | |
---|---|---|
DatabaseConnectionProperties Constructor | The constructor. |
The following tables list the members exposed by DatabaseConnectionProperties.
Name | Description | |
---|---|---|
DatabaseConnectionProperties Constructor | The constructor. |
Name | Description | |
---|---|---|
AuthenticationMode | If “AUTHENTICATION_MODE” is “OSA” then “USER” and “PASSWORD” are not required. “OSA” represents operating system authentication and uses the operating system credentials to establish a connection with the database. | |
Branch | A multi-branch version to connect to. Acceptable value is a string that represents a multi-branch version name. | |
Database | The database connected to. | |
DBMS | The type of database client. | |
Instance | The instance of the database connected to. | |
Password | Connected password. | |
ProjectInstance | The instance of the database connected to. Internally, it is used for Oracle only. | |
User | Connected user. | |
Version | A transactional version to connect to. Acceptable value is a string that represents a transaction version name. |