public class IntoTableClause extends Object implements Serializable
Constructor and Description |
---|
IntoTableClause()
Ctor.
|
IntoTableClause(String tableName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getTableName()
Returns the table name.
|
void |
setTableName(String tableName)
Sets the table name.
|
void |
toEPL(StringWriter writer)
Renders the clause.
|
public IntoTableClause(String tableName)
tableName
- table namepublic IntoTableClause()
public String getTableName()
public void setTableName(String tableName)
tableName
- table namepublic void toEPL(StringWriter writer)
writer
- to write to