public final class SystemDatabaseInformation extends Object
ServerDetails| Modifier and Type | Class and Description |
|---|---|
static class |
SystemDatabaseInformation.Property |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseConnectionURL() |
String |
getDatabaseDriverName() |
String |
getDatabaseDriverVersion() |
String |
getDatabaseProductName() |
String |
getDatabaseProductVersion() |
static SystemDatabaseInformation |
getInstance() |
Map<SystemDatabaseInformation.Property,String> |
getProperties(SystemDatabaseInformation.Property property) |
public static SystemDatabaseInformation getInstance()
public Map<SystemDatabaseInformation.Property,String> getProperties(SystemDatabaseInformation.Property property)
public String getDatabaseConnectionURL()
public String getDatabaseProductName()
public String getDatabaseProductVersion()
public String getDatabaseDriverName()
public String getDatabaseDriverVersion()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.