| Package | Description |
|---|---|
| org.mule.runtime.extension.api.dsql | |
| org.mule.runtime.extension.internal.expression |
| Modifier and Type | Method and Description |
|---|---|
Expression |
DsqlQuery.getFilterExpression() |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilder.setFilterExpression(Expression expression)
Sets an expression to filter the returned query elements.
|
QueryBuilder |
DefaultQueryBuilder.setFilterExpression(Expression expression)
Sets an expression to filter the returned query elements.
|
| Constructor and Description |
|---|
DsqlQuery(EntityType type,
List<Field> fields,
List<Field> orderByFields,
Direction direction,
Expression filterExpression,
Integer limit,
Integer offset)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
Expression that represents the AND logical condition
|
class |
BinaryLogicalExpression
Base abstract implementation of a binary logical expression.
|
class |
EmptyExpression
Represents an empty expression
|
class |
FieldComparison
Represents a comparison expression.
|
class |
Function
Represents query expressions which contains functions.
|
class |
Not
Represents the NOT expression
|
class |
Or
Represents the logical expression OR
|
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
BinaryLogicalExpression.left |
protected Expression |
BinaryLogicalExpression.right |
| Modifier and Type | Method and Description |
|---|---|
Expression |
BinaryLogicalExpression.getLeft() |
Expression |
BinaryLogicalExpression.getRight() |
| Constructor and Description |
|---|
And(Expression left,
Expression right) |
Not(Expression expression) |
Or(Expression left,
Expression right) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.