Class IntoTableClause

java.lang.Object
com.espertech.esper.common.client.soda.IntoTableClause
All Implemented Interfaces:
Serializable

public class IntoTableClause extends Object implements Serializable
Into-table clause.
See Also:
  • Constructor Details

    • IntoTableClause

      public IntoTableClause(String tableName)
      Ctor.
      Parameters:
      tableName - table name
    • IntoTableClause

      public IntoTableClause()
      Ctor.
  • Method Details

    • getTableName

      public String getTableName()
      Returns the table name.
      Returns:
      table name
    • setTableName

      public void setTableName(String tableName)
      Sets the table name.
      Parameters:
      tableName - table name
    • toEPL

      public void toEPL(StringWriter writer, EPStatementFormatter formatter)
      Renders the clause.
      Parameters:
      formatter - formatter
      writer - to write to