com.espertech.esper.client.soda
Class IntoTableClause

java.lang.Object
  extended by com.espertech.esper.client.soda.IntoTableClause
All Implemented Interfaces:
java.io.Serializable

public class IntoTableClause
extends java.lang.Object
implements java.io.Serializable

Into-table clause.

See Also:
Serialized Form

Constructor Summary
IntoTableClause()
          Ctor.
IntoTableClause(java.lang.String tableName)
          Ctor.
 
Method Summary
 java.lang.String getTableName()
          Returns the table name.
 void setTableName(java.lang.String tableName)
          Sets the table name.
 void toEPL(java.io.StringWriter writer)
          Renders the clause.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntoTableClause

public IntoTableClause(java.lang.String tableName)
Ctor.

Parameters:
tableName - table name

IntoTableClause

public IntoTableClause()
Ctor.

Method Detail

getTableName

public java.lang.String getTableName()
Returns the table name.

Returns:
table name

setTableName

public void setTableName(java.lang.String tableName)
Sets the table name.

Parameters:
tableName - table name

toEPL

public void toEPL(java.io.StringWriter writer)
Renders the clause.

Parameters:
writer - to write to

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com