| Package | Description |
|---|---|
| com.breeze.query |
| Modifier and Type | Class and Description |
|---|---|
class |
FnExpression |
class |
LitExpression |
class |
PropExpression |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.createLHSExpression(java.lang.Object exprSource,
IEntityType entityType) |
static Expression |
Expression.createRHSExpression(java.lang.Object exprSource,
IEntityType entityType,
DataType otherExprDataType) |
Expression |
BinaryPredicate.getExpr1() |
Expression |
BinaryPredicate.getExpr2() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
FnExpression.getExpressions() |
| Constructor and Description |
|---|
FnExpression(java.lang.String fnName,
java.util.List<Expression> exprs) |