public interface DatabaseInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getProductName()
Gets the name of the RDBMS vendor and product.
|
String |
getProductVersion()
Gets the RDBMS product version.
|
Collection<DatabaseProperty> |
getProperties()
Gets all database properties.
|
String |
getUserName()
Gets the user name as known to this database.
|
String getProductName()
String getProductVersion()
Collection<DatabaseProperty> getProperties()
String getUserName()
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.