Uses of Class
org.linuxforhealth.fhir.database.utils.query.expression.ColumnRef
- 
Packages that use ColumnRef Package Description org.linuxforhealth.fhir.database.utils.query org.linuxforhealth.fhir.database.utils.query.expression org.linuxforhealth.fhir.database.utils.query.node  - 
- 
Uses of ColumnRef in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query with parameters of type ColumnRef Modifier and Type Method Description TBaseWhereAdapter. acos(ColumnRef arg)Add ACOS(arg) to the expressionTBaseWhereAdapter. and(ColumnRef ref)Add AND {ref} to the expressionTBaseWhereAdapter. coalesce(ColumnRef... columnRefs)Add a COALESCE(c1, c2, ...) function.TBaseWhereAdapter. cos(ColumnRef arg)Add COS(arg) to the expressionTBaseWhereAdapter. eq(ColumnRef ref)Add '= {ref}' to the expressionTBaseWhereAdapter. escape(ColumnRef ref)Add ESCAPE {ref} to the expressionTBaseWhereAdapter. gt(ColumnRef ref)Add > {ref} to the expressionTBaseWhereAdapter. gte(ColumnRef ref)Add >= {ref} to the expressionTBaseWhereAdapter. like(ColumnRef ref)Add LIKE {ref} to the expressionTBaseWhereAdapter. lt(ColumnRef ref)Add < {ref} to the expressionTBaseWhereAdapter. lte(ColumnRef ref)Add <= ref to the expressionTBaseWhereAdapter. neq(ColumnRef ref)Add != {ref} to the expressionTBaseWhereAdapter. or(ColumnRef ref)Add OR {ref} to the expressionTBaseWhereAdapter. radians(ColumnRef arg)Add RADIANS(arg) to the expressionTBaseWhereAdapter. sin(ColumnRef arg)Add SIN(arg) to the expression - 
Uses of ColumnRef in org.linuxforhealth.fhir.database.utils.query.expression
Methods in org.linuxforhealth.fhir.database.utils.query.expression that return ColumnRef Modifier and Type Method Description static ColumnRefExpressionSupport. col(java.lang.String ref)Factory function for creating aColumnRefinstance from a stringstatic ColumnRefExpressionSupport. col(java.lang.String alias, java.lang.String name)Method parameters in org.linuxforhealth.fhir.database.utils.query.expression with type arguments of type ColumnRef Modifier and Type Method Description java.util.Set<java.lang.String>ColumnExpNodeVisitor. coalesce(java.util.List<ColumnRef> columnRefs)java.lang.StringStringExpNodeVisitor. coalesce(java.util.List<ColumnRef> columnRefs) - 
Uses of ColumnRef in org.linuxforhealth.fhir.database.utils.query.node
Method parameters in org.linuxforhealth.fhir.database.utils.query.node with type arguments of type ColumnRef Modifier and Type Method Description TExpNodeVisitor. coalesce(java.util.List<ColumnRef> columnRefs)Render a COALESCE(...) functionConstructors in org.linuxforhealth.fhir.database.utils.query.node with parameters of type ColumnRef Constructor Description CoalesceExpNode(ColumnRef[] refs)Public constructor 
 -