|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseLanguageObject | |
|---|---|
| org.teiid.language | |
| Uses of BaseLanguageObject in org.teiid.language |
|---|
| Subclasses of BaseLanguageObject in org.teiid.language | |
|---|---|
class |
AggregateFunction
Represents an aggregate function. |
class |
AndOr
Represents a logical criteria such as AND, OR, or NOT. |
class |
Argument
|
class |
BaseInCondition
|
class |
BatchedUpdates
Represents a batch of INSERT, UPDATE and DELETE commands to be executed together. |
class |
Call
Represents a procedural execution (such as a stored procedure). |
class |
ColumnReference
Represents an element in the language. |
class |
Comparison
Represents a comparison between two expressions connected with one of the following operators: =, <>, <, <=, >, >=. |
class |
Condition
Represents criteria, which is also a boolean expression |
class |
Delete
Represents a DELETE command. |
class |
DerivedColumn
|
class |
DerivedTable
Represents a derived table or inline view in the from clause. |
class |
Exists
Represents an EXISTS criteria that checks whether any results would be returned from a subquery. |
class |
ExpressionValueSource
|
class |
Function
Represents a function. |
class |
GroupBy
Represents a GROUP BY clause in a query. |
class |
In
|
class |
Insert
|
class |
IsNull
Represents an IS NULL predicate. |
class |
IteratorValueSource<T extends List<?>>
|
class |
Join
|
class |
Like
|
class |
Limit
Represents a LIMIT clause with row offset and row limit values to bound the resulting rows |
class |
Literal
Represents a literal value that is used in an expression. |
class |
NamedTable
Represents a table in the language objects. |
class |
Not
|
class |
OrderBy
Represents an ORDER BY clause in a command. |
class |
QueryExpression
|
class |
ScalarSubquery
Represents a scalar subquery. |
class |
SearchedCase
Represents a searched CASE expression: CASE WHEN criteria THEN expression ... |
class |
SearchedWhenClause
|
class |
Select
Represents a simple SELECT query. |
class |
SetClause
|
class |
SetQuery
|
class |
SortSpecification
|
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. |
class |
Update
Represents an UPDATE command in the language objects. |
class |
WindowFunction
|
class |
WindowSpecification
|
class |
With
|
class |
WithItem
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||