com.espertech.esper.epl.spec
Class SelectClauseStreamRawSpec

java.lang.Object
  extended by com.espertech.esper.epl.spec.SelectClauseStreamRawSpec
All Implemented Interfaces:
SelectClauseElementRaw, MetaDefItem, java.io.Serializable

public class SelectClauseStreamRawSpec
extends java.lang.Object
implements SelectClauseElementRaw

For use in select clauses for specifying a selected stream: select a.* from MyEvent as a, MyOther as b

See Also:
Serialized Form

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

SelectClauseStreamRawSpec

public SelectClauseStreamRawSpec(java.lang.String streamName,
                                 java.lang.String optionalAsName)
Ctor.

Parameters:
streamName - is the stream name of the stream to select
optionalAsName - is the column name
Method Detail

getStreamName

public java.lang.String getStreamName()
Returns the stream name (e.g. select streamName from MyEvent as streamName).

Returns:
name

getOptionalAsName

public java.lang.String getOptionalAsName()
Returns the column name.

Returns:
name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com