|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectExprElementStreamRawSpec
public class SelectExprElementStreamRawSpec
For use in select clauses for specifying a selected stream: select a.* from MyEvent as a, MyOther as b
Constructor Summary | |
---|---|
SelectExprElementStreamRawSpec(String streamAliasName,
String optionalAsName)
Ctor. |
Method Summary | |
---|---|
String |
getOptionalAsName()
Returns the column alias (e.g. |
String |
getStreamAliasName()
Returns the stream alias (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectExprElementStreamRawSpec(String streamAliasName, String optionalAsName)
streamAliasName
- is the stream alias of the stream to selectoptionalAsName
- is the column aliasMethod Detail |
---|
public String getStreamAliasName()
public String getOptionalAsName()
|
© 2007 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 |