| Package | Description |
|---|---|
| org.mule.common.query | |
| org.mule.common.query.expression |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.visitComparison(String operator,
Field field,
Value<?> value) |
void |
DsqlQueryVisitor.visitComparison(String operator,
Field field,
Value<?> value) |
void |
DefaultQueryVisitor.visitComparison(String operator,
Field field,
Value<?> value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
class |
DateTimeValue |
class |
DateValue |
class |
IdentifierValue |
class |
IntegerValue
an integer value
|
class |
MuleExpressionValue |
class |
NullValue |
class |
NumberValue
an integer value
|
class |
StringValue
Represents an string value
|
class |
UnknownValue |
| Modifier and Type | Method and Description |
|---|---|
Value |
FieldComparation.getValue() |
| Constructor and Description |
|---|
FieldComparation(BinaryOperator operator,
Field field,
Value value) |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.