Uses of Class
org.linuxforhealth.fhir.database.utils.query.expression.LiteralString
-
Packages that use LiteralString Package Description org.linuxforhealth.fhir.database.utils.query org.linuxforhealth.fhir.database.utils.query.expression -
-
Uses of LiteralString in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query with parameters of type LiteralString Modifier and Type Method Description T
BaseWhereAdapter. eq(LiteralString str)
Add '= {str}' to the expressionT
BaseWhereAdapter. neq(LiteralString str)
Add != {str} to the expression -
Uses of LiteralString in org.linuxforhealth.fhir.database.utils.query.expression
Methods in org.linuxforhealth.fhir.database.utils.query.expression that return LiteralString Modifier and Type Method Description static LiteralString
ExpressionSupport. string(java.lang.String value)
Simple container for a string value to make overloading of methods more natural
-