| Class | Description |
|---|---|
| And |
Expression that represents the AND logical condition
|
| BinaryLogicalExpression |
Base abstract implementation of a binary logical expression.
|
| EmptyExpression |
Represents an empty expression
|
| Expression |
Generic contract for a DSQL expression.
|
| FieldComparison |
Represents a comparison expression.
|
| Function |
Represents query expressions which contains functions.
|
| Not |
Represents the NOT expression
|
| Or |
Represents the logical expression OR
|
Copyright © 2019 MuleSoft, Inc.. All rights reserved.