| 类 | 说明 |
|---|---|
| Accessor | |
| AliasedExpression |
Represents an expression that also has an alias.
|
| AliasedFunction |
A function that also has an alias.
|
| AndOrExpression | |
| ArithmeticExpression | |
| BetweenExpression |
Represents a "BETWEEN x AND y" expression.
|
| BinaryExpression | |
| BindVariable | |
| BooleanExpression | |
| ConstantExpression | |
| EqualsExpression |
This class represents an "=" or "!
|
| Expression |
The base class for all expressions.
|
| ExpressionList | |
| Function |
This class represents a Function that can be "called" in JoSQL.
|
| GTLTExpression | |
| InExpression | |
| IsNullExpression |
Represents an "IS NULL" (or "IS NOT NULL") expression.
|
| LikeExpression | |
| NewObjectExpression | |
| SaveValue | |
| SelectItemExpression | |
| SubQueryExpression | |
| ValueExpression |
Copyright © 2021. All rights reserved.