|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSelector | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
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 StreamSelector in net.esper.client.soda |
---|
Methods in net.esper.client.soda that return StreamSelector | |
---|---|
StreamSelector |
SelectClause.getStreamSelector()
Returns the stream selector. |
static StreamSelector |
StreamSelector.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StreamSelector[] |
StreamSelector.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in net.esper.client.soda with parameters of type StreamSelector | |
---|---|
static SelectClause |
SelectClause.create(StreamSelector streamSelector)
Creates an empty select-clause. |
static SelectClause |
SelectClause.create(StreamSelector streamSelector,
String... propertyNames)
Creates a select-clause consisting of a list of property names. |
static InsertIntoClause |
InsertIntoClause.create(String streamName,
String[] columns,
StreamSelector streamSelector)
Creates the insert-into clause. |
static SelectClause |
SelectClause.createWildcard(StreamSelector streamSelector)
Creates a wildcard select-clause, additional expressions can still be added. |
void |
SelectClause.setStreamSelector(StreamSelector streamSelector)
Sets the stream selector. |
Constructors in net.esper.client.soda with parameters of type StreamSelector | |
---|---|
SelectClause(StreamSelector streamSelector,
boolean isWildcard)
Ctor. |
|
SelectClause(StreamSelector streamSelector,
String... propertyNames)
Ctor. |
Uses of StreamSelector in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec that return StreamSelector | |
---|---|
static StreamSelector |
SelectClauseStreamSelectorEnum.mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation |
Methods in net.esper.eql.spec with parameters of type StreamSelector | |
---|---|
static SelectClauseStreamSelectorEnum |
SelectClauseStreamSelectorEnum.mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |