| Interface | Description |
|---|---|
| PrecedenceVisitor |
A query visitor who has a initial and end precedence characters like "(" ")"
|
| Query | Deprecated |
| QueryVisitor |
Shouldn't implement this interface.
|
| Class | Description |
|---|---|
| DefaultOperatorVisitor |
Operator visitor intended to translate DSQL query operators to your native ones.
|
| DefaultQueryBuilder |
This is used to build
DsqlQuery incrementally. |
| DefaultQueryVisitor |
This is used for translating DSQL to your native query language
|
| DsqlQuery |
Representation of the DSQL query.
|
| DsqlQueryVisitor |
This visitor translate an DSQL query represented as
DsqlQuery to its String representation. |
| Field |
Represents a field in a query
|
| QueryBuilder |
This represent a basic query
|
| Type |
Represents a type for Mule Query Builder
|
| Enum | Description |
|---|---|
| DsqlKeyword |
| Exception | Description |
|---|---|
| QueryBuilderException |
This exception is throwed if the query can't be constructed based on the current state of the builder.
|
Copyright © 2018 MuleSoft, Inc.. All rights reserved.