Package org.mule.common.query.expression

Interface Summary
BinaryOperator Represents a binary operator for a field
Operator Represents a binary operator for a field
OperatorVisitor A visitor for translating operators on each query language
UnaryOperator Represents the all available unary operators
 

Class Summary
AbstractBinaryOperator  
And Class for representing AND logical condition
BaseOperator  
BinaryLogicalExpression Class for Binary logical expressions
BooleanValue  
DateTimeValue  
DateValue  
DefaultUnaryOperator  
EmptyExpression Represents an empty expression
EqualsOperator Represents an equal operator
Expression Expressions for Mule DsqlQuery Builder.
FieldComparation Expression for comparing
Function Class for representing query expressions which contains functions.
GreaterOperator Represents a greater operator
GreaterOrEqualsOperator Represents a less or equals operator
IdentifierValue  
IntegerValue an integer value
LessOperator Represent a less operator
LessOrEqualsOperator Represents an less or equals operator
LikeOperator  
LogicalExpression  
MuleExpressionValue  
Not Class for representing NOT expression
NotEqualsOperator Represents an not equals operator
NullValue  
NumberValue an integer value
Or Logical Expression OR
StringValue Represents an string value
UnaryLogicalExpression Base class for Unary Expressions
UnknownValue  
Value<T> This represent a value for a query field comparation
 

Enum Summary
Direction  
 



Copyright © 2015 MuleSoft, Inc.. All rights reserved.