Uses of Interface
org.teiid.language.Predicate
-
Packages that use Predicate Package Description org.teiid.language -
-
Uses of Predicate in org.teiid.language
Classes in org.teiid.language that implement Predicate Modifier and Type Class Description classBaseInConditionclassComparisonRepresents a comparison between two expressions connected with one of the following operators: =, <>, <, <=, >, >=.classExistsRepresents an EXISTS criteria that checks whether any results would be returned from a subquery.classInclassIsDistinctRepresents a comparison between two expressions with null equalityclassIsNullRepresents an IS NULL predicate.classLikeclassSubqueryComparisonRepresents a quantified comparison criteria.classSubqueryInRepresents an IN criteria that uses a subquery on the right side rather than a list of values.
-