Uses of Enum Class
org.tailormap.api.persistence.json.JDBCConnectionProperties.DbtypeEnum
Packages that use JDBCConnectionProperties.DbtypeEnum
-
Uses of JDBCConnectionProperties.DbtypeEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return JDBCConnectionProperties.DbtypeEnumModifier and TypeMethodDescriptionJDBCConnectionProperties.getDbtype()Get dbtypeReturns the enum constant of this class with the specified name.static JDBCConnectionProperties.DbtypeEnum[]JDBCConnectionProperties.DbtypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json with parameters of type JDBCConnectionProperties.DbtypeEnumModifier and TypeMethodDescriptionJDBCConnectionProperties.dbtype(JDBCConnectionProperties.DbtypeEnum dbtype) voidJDBCConnectionProperties.setDbtype(JDBCConnectionProperties.DbtypeEnum dbtype) -
Uses of JDBCConnectionProperties.DbtypeEnum in org.tailormap.api.persistence.projections
Methods in org.tailormap.api.persistence.projections that return JDBCConnectionProperties.DbtypeEnum