This object contains information about the database environment.
| Parameter | Type | Description |
|---|---|---|
| DBURL | string | The database connection URL. In the interest of security, the default configuration is to NOT return this information. |
| DBUserName | string | The database connection user name. In the interest of security, the default configuration is to NOT return this information. |
| DBMSProductName | string | The name of the DBMS product. |
| DBMSProductVersion | string | The version of the DBMS product. |
| JDBCDriverName | string | The name of the JDBC driver used to connect to the DBMS. |
| JDBCDriverVersion | string | The version of the JDBC driver used to connect to the DBMS. |
| ImplementationName | string | The name of the database implementation/DSL. This is reserved for future use. |
| ImplementationVersion | string | The version of the database implementation/DSL. This is reserved for future use. |