Uses of Interface
com.ibm.fhir.database.utils.query.RowSource
-
Packages that use RowSource Package Description com.ibm.fhir.database.utils.query -
-
Uses of RowSource in com.ibm.fhir.database.utils.query
Classes in com.ibm.fhir.database.utils.query that implement RowSource Modifier and Type Class Description class
SelectRowSource
Represents a sub-query referenced in the from listclass
TableRowSource
Represents a table referenced in the from list FROM foo or FROM bar.fooConstructors in com.ibm.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
-