Class IntoTableClause
java.lang.Object
com.espertech.esper.common.client.soda.IntoTableClause
- All Implemented Interfaces:
Serializable
Into-table clause.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the table name.void
setTableName
(String tableName) Sets the table name.void
toEPL
(StringWriter writer, EPStatementFormatter formatter) Renders the clause.
-
Constructor Details
-
IntoTableClause
Ctor.- Parameters:
tableName
- table name
-
IntoTableClause
public IntoTableClause()Ctor.
-
-
Method Details
-
getTableName
Returns the table name.- Returns:
- table name
-
setTableName
Sets the table name.- Parameters:
tableName
- table name
-
toEPL
Renders the clause.- Parameters:
formatter
- formatterwriter
- to write to
-