Package | Description |
---|---|
org.teiid.query.sql.lang | |
org.teiid.query.sql.symbol |
Modifier and Type | Class and Description |
---|---|
class |
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during
processing.
|
class |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has
a subquery in it.
|
class |
SubqueryCompareCriteria
This class implements a quantified comparison predicate.
|
class |
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list
of values returned from a subquery.
|
Modifier and Type | Class and Description |
---|---|
class |
Reference
This class represents a reference (positional from the user query, or
to an element from another scope).
|
class |
ScalarSubquery
This is an Expression implementation that can be used in a SELECT clause.
|
Copyright © 2019. All rights reserved.