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 DatabaseNameDatabaseName. getDatabaseName(Connection con)Detects the database type based on the designated connection.DatabaseNameDBAccessProvider. getDatabaseName()Gets the name of the underlying database.DatabaseNameExtendedConnection. getDatabaseName()Gets the name of the underlying database.static DatabaseNameDatabaseName. getDatabaseNameForProductName(String productName)Deprecated.UsegetDatabaseName(Connection)instead to properly detect Azure.static DatabaseNameDatabaseName. 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.
-