Uses of Class
org.hl7.fhir.r5.utils.sql.Value
-
Uses of Value in org.hl7.fhir.r5.utils.sql
Modifier 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)