|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.CreateTableClause
public class CreateTableClause
Represents a create-variable syntax for creating a new variable.
Constructor Summary | |
---|---|
CreateTableClause()
Ctor. |
|
CreateTableClause(java.lang.String tableName)
Ctor. |
|
CreateTableClause(java.lang.String tableName,
java.util.List<CreateTableColumn> columns)
Ctor. |
Method Summary | |
---|---|
java.util.List<CreateTableColumn> |
getColumns()
Returns the table columns |
java.lang.String |
getTableName()
Returns the table name |
void |
setColumns(java.util.List<CreateTableColumn> columns)
Sets the table columns |
void |
setTableName(java.lang.String tableName)
Sets the table name |
void |
toEPL(java.io.StringWriter writer)
Render create-table clause |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateTableClause()
public CreateTableClause(java.lang.String tableName)
tableName
- the table namepublic CreateTableClause(java.lang.String tableName, java.util.List<CreateTableColumn> columns)
tableName
- the table namecolumns
- table columnsMethod Detail |
---|
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- table namepublic java.util.List<CreateTableColumn> getColumns()
public void setColumns(java.util.List<CreateTableColumn> columns)
columns
- table columnspublic void toEPL(java.io.StringWriter writer)
writer
- to render 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 |