Interface SelectClauseElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
SelectClauseExpression, SelectClauseStreamWildcard, SelectClauseWildcard

public interface SelectClauseElement extends Serializable
Item in a select-clause to describe individual select-clause expressions or wildcard(s).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Output the string rendering of the select clause element.
  • Method Details

    • toEPLElement

      void toEPLElement(StringWriter writer)
      Output the string rendering of the select clause element.
      Parameters:
      writer - to output to