public class IntoTableClause
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
IntoTableClause()
Ctor.
|
IntoTableClause(java.lang.String tableName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IntoTableClause(java.lang.String tableName)
tableName
- table namepublic IntoTableClause()
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