
Uses of Class
org.hl7.fhir.r4.utils.sql.Value
Packages that use Value
-
Uses of Value in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql that return ValueModifier and TypeMethodDescriptionstatic ValueValue.makeBinary(String s, byte[] b) static ValueValue.makeBoolean(String s, Boolean b) static ValueValue.makeComplex(Base b) static Valuestatic ValueValue.makeDecimal(String s, BigDecimal bigDecimal) static ValueValue.makeInteger(String s, Integer i) static ValueValue.makeString(String s) Methods in org.hl7.fhir.r4.utils.sql that return types with arguments of type ValueConstructors in org.hl7.fhir.r4.utils.sql with parameters of type Value