Uses of Enum Class
com.dbanalyzer.model.DatabaseType
Packages that use DatabaseType
-
Uses of DatabaseType in com.dbanalyzer.controller
Methods in com.dbanalyzer.controller with parameters of type DatabaseTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Integer>
DatabaseConnectionController.getDefaultPort
(DatabaseType databaseType) -
Uses of DatabaseType in com.dbanalyzer.model
Methods in com.dbanalyzer.model that return DatabaseTypeModifier and TypeMethodDescriptionDatabaseConnection.getDatabaseType()
static DatabaseType
Returns the enum constant of this class with the specified name.static DatabaseType[]
DatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dbanalyzer.model with parameters of type DatabaseTypeModifier and TypeMethodDescriptionvoid
DatabaseConnection.setDatabaseType
(DatabaseType databaseType)