| Package | Description |
|---|---|
| de.aristaflow.adept2.base.dbaccess |
| Modifier and Type | Method and Description |
|---|---|
DatabaseName |
DBAccessProvider.getDatabaseName()
Gets the name of the underlying database.
|
DatabaseName |
ExtendedConnection.getDatabaseName()
Gets the name of the underlying database.
|
static DatabaseName |
DatabaseName.getDatabaseNameForProductName(java.lang.String productName)
Finds the database name for the given database product name.
|
static DatabaseName |
DatabaseName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseName[] |
DatabaseName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|