| Interface | Description |
|---|---|
| OperatorTranslator |
Provides the possibility to define an operators syntax for translating from the DSQL operators
to the specific query language ones.
|
| QueryTranslator |
This is a translator interface for go over a DSQL
Query structure
and easily translate it to a native one. |
| Class | Description |
|---|---|
| DefaultOperatorTranslator |
Default
OperatorTranslator implementation, if no implementation is defined in a QueryTranslator
this one is going to be used. |
| EntityType |
Represents the queried entity in a DSQL query.
|
| Field |
Represents a selected field in a query.
|
| Value<T> |
Represents a value for a query field comparison.
|
| Enum | Description |
|---|---|
| Direction |
The direction to sort the items returned from a query.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.