|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.CreateDataFlowClause
public class CreateDataFlowClause
Represents a create-variable syntax for creating a new variable.
Constructor Summary | |
---|---|
CreateDataFlowClause()
Ctor. |
|
CreateDataFlowClause(java.lang.String dataFlowName,
java.util.List<CreateSchemaClause> schemas,
java.util.List<DataFlowOperator> operators)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getDataFlowName()
Returns the data flow name. |
java.util.List<DataFlowOperator> |
getOperators()
Returns operators. |
java.util.List<CreateSchemaClause> |
getSchemas()
Returns schemas. |
void |
setDataFlowName(java.lang.String dataFlowName)
Sets the data flow name. |
void |
setOperators(java.util.List<DataFlowOperator> operators)
Sets operators. |
void |
setSchemas(java.util.List<CreateSchemaClause> schemas)
Sets schemas. |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Render as EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateDataFlowClause()
public CreateDataFlowClause(java.lang.String dataFlowName, java.util.List<CreateSchemaClause> schemas, java.util.List<DataFlowOperator> operators)
dataFlowName
- data flow nameschemas
- schemasoperators
- operatorsMethod Detail |
---|
public java.lang.String getDataFlowName()
public void setDataFlowName(java.lang.String dataFlowName)
dataFlowName
- namepublic java.util.List<CreateSchemaClause> getSchemas()
public void setSchemas(java.util.List<CreateSchemaClause> schemas)
schemas
- schemas to setpublic java.util.List<DataFlowOperator> getOperators()
public void setOperators(java.util.List<DataFlowOperator> operators)
operators
- to definepublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
writer
- to output toformatter
- to use
|
© 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 |