|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptExpression | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of ScriptExpression in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return ScriptExpression | |
---|---|
ScriptExpression |
CreateExpressionClause.getScriptExpression()
Returns the script expression or null if declaring an EPL expression. |
Methods in com.espertech.esper.client.soda that return types with arguments of type ScriptExpression | |
---|---|
java.util.List<ScriptExpression> |
EPStatementObjectModel.getScriptExpressions()
Returns the scripts defined. |
Methods in com.espertech.esper.client.soda with parameters of type ScriptExpression | |
---|---|
void |
CreateExpressionClause.setScriptExpression(ScriptExpression scriptExpression)
Sets the script expression or null if declaring an EPL expression. |
Method parameters in com.espertech.esper.client.soda with type arguments of type ScriptExpression | |
---|---|
void |
EPStatementObjectModel.setScriptExpressions(java.util.List<ScriptExpression> scriptExpressions)
Sets the scripts. |
static void |
ScriptExpression.toEPL(java.io.StringWriter writer,
java.util.List<ScriptExpression> scripts,
EPStatementFormatter formatter)
Print. |
Constructors in com.espertech.esper.client.soda with parameters of type ScriptExpression | |
---|---|
CreateExpressionClause(ScriptExpression scriptExpression)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |