
Package org.hl7.fhir.r4.utils.sql
Class Value
java.lang.Object
org.hl7.fhir.r4.utils.sql.Value
String value is always provided, and a more specific value may also be provided
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]booleanbooleanbooleanbooleanbooleanbooleanbooleanstatic ValuemakeBinary(String s, byte[] b) static ValuemakeBoolean(String s, Boolean b) static ValuemakeComplex(Base b) static Valuestatic ValuemakeDecimal(String s, BigDecimal bigDecimal) static ValuemakeInteger(String s, Integer i) static ValuemakeString(String s)
-
Method Details
-
makeString
-
makeBoolean
-
makeDate
-
makeInteger
-
makeDecimal
-
makeBinary
-
makeComplex
-
getValueString
-
getValueDate
-
getValueInt
-
getValueDecimal
-
getValueBinary
-
getValueBoolean
-
getValueComplex
-
hasValueString
-
hasValueDate
-
hasValueInt
-
hasValueDecimal
-
hasValueBinary
-
hasValueBoolean
-
hasValueComplex
-