Uses of Class
com.espertech.esper.common.client.soda.ScriptExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of ScriptExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionCreateExpressionClause.getScriptExpression()
Returns the script expression or null if declaring an EPL expression.Modifier and TypeMethodDescriptionEPStatementObjectModel.getScriptExpressions()
Returns the scripts defined.Modifier and TypeMethodDescriptionvoid
CreateExpressionClause.setScriptExpression
(ScriptExpression scriptExpression) Sets the script expression or null if declaring an EPL expression.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setScriptExpressions
(List<ScriptExpression> scriptExpressions) Sets the scripts.static void
ScriptExpression.toEPL
(StringWriter writer, List<ScriptExpression> scripts, EPStatementFormatter formatter) Print.