Package org.hl7.fhir.r5.utils.sql
Class Value
java.lang.Object
org.hl7.fhir.r5.utils.sql.Value
String value is always provided, and a more specific value may also be provided
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
boolean
boolean
boolean
boolean
boolean
boolean
boolean
static Value
makeBinary
(String s, byte[] b) static Value
makeBoolean
(String s, Boolean b) static Value
makeComplex
(Base b) static Value
static Value
makeDecimal
(String s, BigDecimal bigDecimal) static Value
makeInteger
(String s, Integer i) static Value
makeString
(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
-