| Package | Description |
|---|---|
| org.mule.common.metadata.datatype | |
| org.mule.common.metadata.field.property.dsql | |
| org.mule.common.query.dsql.parser | |
| org.mule.common.query.expression |
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
SupportedOperatorsFactory.getCommonOperations() |
List<Operator> |
SupportedOperatorsFactory.getSupportedOperationsFor(DataType dataType) |
List<Operator> |
DataType.getSupportedOperators() |
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
DsqlQueryOperatorsMetaDataFieldProperty.getSupportedOperators() |
| Modifier and Type | Method and Description |
|---|---|
void |
DsqlQueryOperatorsMetaDataFieldProperty.setSupportedOperators(List<Operator> supportedOperators) |
| Constructor and Description |
|---|
DsqlQueryOperatorsMetaDataFieldProperty(List<Operator> supportedOperators) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
QueryModelOperatorFactory.getOperator(String symbol) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryOperator
Represents a binary operator for a field
|
interface |
UnaryOperator
Represents the all available unary operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryOperator |
class |
BaseOperator |
class |
DefaultUnaryOperator |
class |
EqualsOperator
Represents an equal operator
|
class |
GreaterOperator
Represents a greater operator
|
class |
GreaterOrEqualsOperator
Represents a less or equals operator
|
class |
LessOperator
Represent a less operator
|
class |
LessOrEqualsOperator
Represents an less or equals operator
|
class |
LikeOperator |
class |
NotEqualsOperator
Represents an not equals operator
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.