|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectClauseStreamRawSpec
public class SelectClauseStreamRawSpec
For use in select clauses for specifying a selected stream: select a.* from MyEvent as a, MyOther as b
Constructor Summary | |
---|---|
SelectClauseStreamRawSpec(java.lang.String streamName,
java.lang.String optionalAsName)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getOptionalAsName()
Returns the column name. |
java.lang.String |
getStreamName()
Returns the stream name (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseStreamRawSpec(java.lang.String streamName, java.lang.String optionalAsName)
streamName
- is the stream name of the stream to selectoptionalAsName
- is the column nameMethod Detail |
---|
public java.lang.String getStreamName()
public java.lang.String getOptionalAsName()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |