Uses of Class
nl.b3p.tailormap.api.persistence.json.JDBCConnectionProperties.DbtypeEnum
-
Packages that use JDBCConnectionProperties.DbtypeEnum Package Description nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.persistence.projections -
-
Uses of JDBCConnectionProperties.DbtypeEnum in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return JDBCConnectionProperties.DbtypeEnum Modifier and Type Method Description static JDBCConnectionProperties.DbtypeEnumJDBCConnectionProperties.DbtypeEnum. fromValue(String value)JDBCConnectionProperties.DbtypeEnumJDBCConnectionProperties. getDbtype()Get dbtypestatic JDBCConnectionProperties.DbtypeEnumJDBCConnectionProperties.DbtypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCConnectionProperties.DbtypeEnum[]JDBCConnectionProperties.DbtypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type JDBCConnectionProperties.DbtypeEnum Modifier and Type Method Description JDBCConnectionPropertiesJDBCConnectionProperties. dbtype(JDBCConnectionProperties.DbtypeEnum dbtype)voidJDBCConnectionProperties. setDbtype(JDBCConnectionProperties.DbtypeEnum dbtype) -
Uses of JDBCConnectionProperties.DbtypeEnum in nl.b3p.tailormap.api.persistence.projections
Methods in nl.b3p.tailormap.api.persistence.projections that return JDBCConnectionProperties.DbtypeEnum Modifier and Type Method Description default JDBCConnectionProperties.DbtypeEnumTMFeatureSourceSummary. getDbType()
-