Uses of Enum Class
de.aristaflow.adept2.base.dbaccess.DatabaseName
Packages that use DatabaseName
-
Uses of DatabaseName in de.aristaflow.adept2.base.dbaccess
Methods in de.aristaflow.adept2.base.dbaccess that return DatabaseNameModifier and TypeMethodDescriptionstatic DatabaseNameDatabaseName.getDatabaseName(Connection con) Detects the database type based on the designated connection.DBAccessProvider.getDatabaseName()Gets the name of the underlying database.ExtendedConnection.getDatabaseName()Gets the name of the underlying database.static DatabaseNameReturns the enum constant of this class with the specified name.static DatabaseName[]DatabaseName.values()Returns an array containing the constants of this enum class, in the order they are declared.