Class ColumnRef
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.expression.ColumnRef
-
public class ColumnRef extends java.lang.Object
A reference to a column. Typed to help us distinguish from literal strings when building expressions
-
-
Constructor Summary
Constructors Constructor Description ColumnRef(java.lang.String ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRef()
Getter for the column reference valuejava.lang.String
toString()
-