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 TBaseWhereAdapter. eq(LiteralString str)Add '= {str}' to the expressionTBaseWhereAdapter. 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 LiteralStringExpressionSupport. string(java.lang.String value)Simple container for a string value to make overloading of methods more natural 
 -