Package | Description |
---|---|
org.teiid.language |
Modifier and Type | Class and Description |
---|---|
class |
BaseInCondition |
class |
Comparison
Represents a comparison between two expressions connected with
one of the following operators: =, <>, <, <=, >, >=.
|
class |
Exists
Represents an EXISTS criteria that checks whether any results would be
returned from a subquery.
|
class |
In |
class |
IsDistinct
Represents a comparison between two expressions with null equality
|
class |
IsNull
Represents an IS NULL predicate.
|
class |
Like |
class |
SubqueryComparison
Represents a quantified comparison criteria.
|
class |
SubqueryIn
Represents an IN criteria that uses a subquery on the right side rather than a
list of values.
|
Copyright © 2019. All rights reserved.