Uses of Interface
org.teiid.language.SubqueryContainer
-
Packages that use SubqueryContainer Package Description org.teiid.language -
-
Uses of SubqueryContainer in org.teiid.language
Classes in org.teiid.language that implement SubqueryContainer Modifier and Type Class Description classExistsRepresents an EXISTS criteria that checks whether any results would be returned from a subquery.classScalarSubqueryRepresents a scalar subquery.classSubqueryComparisonRepresents a quantified comparison criteria.classSubqueryInRepresents an IN criteria that uses a subquery on the right side rather than a list of values.classWithItem
-