Uses of Interface
org.linuxforhealth.fhir.database.utils.query.RowSource
-
Packages that use RowSource Package Description org.linuxforhealth.fhir.database.utils.query -
-
Uses of RowSource in org.linuxforhealth.fhir.database.utils.query
Classes in org.linuxforhealth.fhir.database.utils.query that implement RowSource Modifier and Type Class Description classSelectRowSourceRepresents a sub-query referenced in the from listclassTableRowSourceRepresents a table referenced in the from list FROM foo or FROM bar.fooConstructors in org.linuxforhealth.fhir.database.utils.query with parameters of type RowSource Constructor Description FromItem(RowSource rowSource)FromItem(RowSource rowSource, Alias alias)FromJoin(FromJoin.JoinType joinType, RowSource rowSource, Alias alias, ExpNode joinOnPredicate)Protected constructorFromJoin(FromJoin.JoinType joinType, RowSource rowSource, ExpNode joinOnPredicate)Protected constructor for a join which doesn't include an alias
-