com.espertech.esper.client.soda
Class SelectClauseWildcard
java.lang.Object
com.espertech.esper.client.soda.SelectClauseWildcard
- All Implemented Interfaces:
- SelectClauseElement, Serializable
public class SelectClauseWildcard
- extends Object
- implements SelectClauseElement
Represents a wildcard in the select-clause.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectClauseWildcard
public SelectClauseWildcard()
toEPLElement
public void toEPLElement(StringWriter writer)
- Renders the element in textual representation.
- Specified by:
toEPLElement
in interface SelectClauseElement
- Parameters:
writer
- to output to