Interface SelectClauseElement
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SelectClauseExpression
,SelectClauseStreamWildcard
,SelectClauseWildcard
Item in a select-clause to describe individual select-clause expressions or wildcard(s).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toEPLElement
(StringWriter writer) Output the string rendering of the select clause element.
-
Method Details
-
toEPLElement
Output the string rendering of the select clause element.- Parameters:
writer
- to output to
-