Object Type = org.alfresco.enterprise.repo.management.Database
Exposes metadata about the database itself, including database, driver and JDBC information, and the name used to authenticate with the database.
Attribute name | Example value |
---|---|
DatabaseMajorVersion | 9 |
DatabaseMinorVersion | 2 |
DatabaseProductName | PostgreSQL |
DatabaseProductVersion | 9.2.4 |
DriverMajorVersion | 9 |
DriverMinorVersion | 0 |
DriverName | PostgreSQL Native Driver |
DriverVersion | PostgreSQL 9.0 JDBC4 (build 802) |
JDBCMajorVersion | 4 |
JDBCMinorVersion | 0 |
StoresLowerCaseIdentifiers | true |
StoresLowerCaseQuotedIdentifiers | false |
StoresMixedCaseIdentifiers | false |
StoresMixedCaseQuotedIdentifiers | false |
StoresUpperCaseIdentifiers | false |
StoresUpperCaseQuotedIdentifiers | false |
URL | jdbc:postgresql://localhost:5432/alfresco |
UserName | alfresco |