public interface DatabaseInfo extends ProductVersion
| Modifier and Type | Method and Description |
|---|---|
default String |
getDatabaseProductName()
Gets the name of the database product.
|
default String |
getDatabaseProductVersion()
Gets the version of the database product.
|
Collection<DatabaseProperty> |
getProperties()
Gets all database properties.
|
Collection<Property> |
getServerInfo()
Gets the schema from the database connection.
|
String |
getUserName()
Gets the user name as known to this database.
|
getProductName, getProductVersiondefault String getDatabaseProductName()
default String getDatabaseProductVersion()
Collection<DatabaseProperty> getProperties()
Collection<Property> getServerInfo()
String getUserName()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.