|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectExprElementRawSpec | |
---|---|
net.esper.eql.spec | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of SelectExprElementRawSpec in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec that return types with arguments of type SelectExprElementRawSpec | |
---|---|
List<SelectExprElementRawSpec> |
SelectClauseSpec.getSelectList()
Returns the list of select expressions. |
Methods in net.esper.eql.spec with parameters of type SelectExprElementRawSpec | |
---|---|
void |
SelectClauseSpec.add(SelectExprElementRawSpec element)
Adds an select expression within the select clause. |
Constructor parameters in net.esper.eql.spec with type arguments of type SelectExprElementRawSpec | |
---|---|
SelectClauseSpec(List<SelectExprElementRawSpec> selectList)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |