![]() | SelectClauseStreamWildcard Class |
select streamOne.* from StreamOne as streamOne, StreamTwo as streamTwo
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class SelectClauseStreamWildcard : SelectClauseElement
The SelectClauseStreamWildcard type exposes the following members.
Name | Description | |
---|---|---|
![]() | SelectClauseStreamWildcard |
Initializes a new instance of the SelectClauseStreamWildcard class.
|
![]() | SelectClauseStreamWildcard(String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | OptionalColumnName |
Returns the optional column name (e.g. select streamName.* as colName from
MyStream as streamName)
|
![]() | StreamName |
Returns the stream name (e.g. select streamName.* as colName from MyStream as
streamName)
|
Name | Description | |
---|---|---|
![]() | ToEPLElement |
Renders the element in textual representation.
|
Name | Description | |
---|---|---|
![]() | ToEPL |
Converts the element to a string.
(Defined by SelectClauseElementExtension.) |