|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.IntoTableClause
public class IntoTableClause
Into-table clause.
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 |
---|
public IntoTableClause(java.lang.String tableName)
tableName
- table namepublic IntoTableClause()
Method Detail |
---|
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- table namepublic void toEPL(java.io.StringWriter writer)
writer
- to write to
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |