Package adalid.core.expressions
Class XB.EntityExpressionBuilder.DataAggregate
- java.lang.Object
-
- adalid.core.expressions.XB.EntityExpressionBuilder.DataAggregate
-
- Enclosing class:
- XB.EntityExpressionBuilder
public class XB.EntityExpressionBuilder.DataAggregate extends Object
-
-
Constructor Summary
Constructors Constructor Description DataAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityDataAggregateXcoalesce(Entity operand1, Entity operand2, Entity... extraOperands)NumericDataAggregateXcount(Entity operand1, Entity operand2, Entity... extraOperands)
-
-
-
Method Detail
-
coalesce
public EntityDataAggregateX coalesce(Entity operand1, Entity operand2, Entity... extraOperands)
-
count
public NumericDataAggregateX count(Entity operand1, Entity operand2, Entity... extraOperands)
-
-