|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.CreateExpressionClause
public class CreateExpressionClause
Clause for creating an expression for use across one or more statements.
Both expressions and scripts can be created using this clause.
Constructor Summary | |
---|---|
CreateExpressionClause()
Ctor. |
|
CreateExpressionClause(ExpressionDeclaration expressionDeclaration)
Ctor. |
|
CreateExpressionClause(ScriptExpression scriptExpression)
Ctor. |
Method Summary | |
---|---|
ExpressionDeclaration |
getExpressionDeclaration()
Returns the expression declaration or null if script instead. |
ScriptExpression |
getScriptExpression()
Returns the script expression or null if declaring an EPL expression. |
void |
setExpressionDeclaration(ExpressionDeclaration expressionDeclaration)
Sets the expression declaration or null if script instead. |
void |
setScriptExpression(ScriptExpression scriptExpression)
Sets the script expression or null if declaring an EPL expression. |
void |
toEPL(java.io.StringWriter writer)
EPL output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateExpressionClause()
public CreateExpressionClause(ExpressionDeclaration expressionDeclaration)
expressionDeclaration
- expressionpublic CreateExpressionClause(ScriptExpression scriptExpression)
scriptExpression
- scriptMethod Detail |
---|
public ExpressionDeclaration getExpressionDeclaration()
public void setExpressionDeclaration(ExpressionDeclaration expressionDeclaration)
expressionDeclaration
- expression declarationpublic ScriptExpression getScriptExpression()
public void setScriptExpression(ScriptExpression scriptExpression)
scriptExpression
- script expressionpublic void toEPL(java.io.StringWriter writer)
writer
- to write 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 |