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