Uses of Class
com.espertech.esper.common.client.soda.ExpressionDeclaration
Package
Description
This package defines the Esper statement object model.
-
Uses of ExpressionDeclaration in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionCreateExpressionClause.getExpressionDeclaration()
Returns the expression declaration or null if script instead.Modifier and TypeMethodDescriptionEPStatementObjectModel.getExpressionDeclarations()
Returns the expression declarations, if any.Modifier and TypeMethodDescriptionvoid
CreateExpressionClause.setExpressionDeclaration
(ExpressionDeclaration expressionDeclaration) Sets the expression declaration or null if script instead.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setExpressionDeclarations
(List<ExpressionDeclaration> expressionDeclarations) Sets the expression declarations, if any.static void
ExpressionDeclaration.toEPL
(StringWriter writer, List<ExpressionDeclaration> expressionDeclarations, EPStatementFormatter formatter) Print.ModifierConstructorDescriptionCreateExpressionClause
(ExpressionDeclaration expressionDeclaration) Ctor.