Uses of Class
de.aristaflow.adept2.base.dbaccess.DatabaseName
-
Packages that use DatabaseName Package Description de.aristaflow.adept2.base.dbaccess -
-
Uses of DatabaseName in de.aristaflow.adept2.base.dbaccess
Methods in de.aristaflow.adept2.base.dbaccess that return DatabaseName Modifier and Type Method Description static DatabaseName
DatabaseName. getDatabaseName(Connection con)
Detects the database type based on the designated connection.DatabaseName
DBAccessProvider. getDatabaseName()
Gets the name of the underlying database.DatabaseName
ExtendedConnection. getDatabaseName()
Gets the name of the underlying database.static DatabaseName
DatabaseName. getDatabaseNameForProductName(String productName)
Deprecated.UsegetDatabaseName(Connection)
instead to properly detect Azure.static DatabaseName
DatabaseName. valueOf(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.
-