Uses of Class
com.espertech.esper.common.client.soda.ExpressionDeclaration
Packages that use ExpressionDeclaration
Package
Description
This package defines the Esper statement object model.
-
Uses of ExpressionDeclaration in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return ExpressionDeclarationModifier and TypeMethodDescriptionCreateExpressionClause.getExpressionDeclaration()
Returns the expression declaration or null if script instead.Methods in com.espertech.esper.common.client.soda that return types with arguments of type ExpressionDeclarationModifier and TypeMethodDescriptionEPStatementObjectModel.getExpressionDeclarations()
Returns the expression declarations, if any.Methods in com.espertech.esper.common.client.soda with parameters of type ExpressionDeclarationModifier and TypeMethodDescriptionvoid
CreateExpressionClause.setExpressionDeclaration
(ExpressionDeclaration expressionDeclaration) Sets the expression declaration or null if script instead.Method parameters in com.espertech.esper.common.client.soda with type arguments of type ExpressionDeclarationModifier 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.Constructors in com.espertech.esper.common.client.soda with parameters of type ExpressionDeclarationModifierConstructorDescriptionCreateExpressionClause
(ExpressionDeclaration expressionDeclaration) Ctor.