Class SelectClauseWildcard
java.lang.Object
com.espertech.esper.common.client.soda.SelectClauseWildcard
- All Implemented Interfaces:
SelectClauseElement
,Serializable
Represents a wildcard in the select-clause.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toEPLElement
(StringWriter writer) Renders the element in textual representation.
-
Constructor Details
-
SelectClauseWildcard
public SelectClauseWildcard()Ctor.
-
-
Method Details
-
toEPLElement
Renders the element in textual representation.- Specified by:
toEPLElement
in interfaceSelectClauseElement
- Parameters:
writer
- to output to
-