| Interface | Description |
|---|---|
| ContextReference | |
| DerivedExpression | |
| Expression |
This is the interface for an expression in a SQL string.
|
| Reference.Constraint | |
| TextLine.ValueExtractor<T> |
| Class | Description |
|---|---|
| AbstractCaseExpression | |
| AggregateSymbol |
An aggregate symbol represents an aggregate function.
|
| AliasSymbol |
An AliasSymbol wraps a SingleElementSymbol and changes it's name.
|
| Array | |
| CaseExpression | |
| Constant |
This class represents a literal value in a SQL string.
|
| DerivedColumn | |
| ElementSymbol |
This is a subclass of Symbol representing a single element.
|
| ExpressionSymbol | |
| Function |
Represents a function in a sql statement.
|
| GroupSymbol |
This is the server's representation of a metadata group symbol.
|
| JSONObject | |
| MultipleElementSymbol |
This is a subclass of Symbol representing multiple output columns.
|
| QueryString |
Represents query string name value pairs
|
| Reference |
This class represents a reference (positional from the user query, or
to an element from another scope).
|
| ScalarSubquery |
This is an Expression implementation that can be used in a SELECT clause.
|
| SearchedCaseExpression | |
| Symbol |
This is the server's representation of a metadata symbol.
|
| TextLine |
Represents the only allowable expression for the textagg aggregate.
|
| WindowFrame |
Defines with window frame for a window function
|
| WindowFrame.FrameBound | |
| WindowFunction | |
| WindowSpecification | |
| XMLAttributes |
Represents XMLATTRIBUTES name value pairs
|
| XMLCast | |
| XMLElement |
Represents XMLElement
|
| XMLExists | |
| XMLForest | |
| XMLNamespaces | |
| XMLNamespaces.NamespaceItem | |
| XMLParse | |
| XMLQuery | |
| XMLSerialize |
| Enum | Description |
|---|---|
| AggregateSymbol.Type | |
| ElementSymbol.DisplayMode |
Copyright © 2019. All rights reserved.