Uses of Class
adalid.core.expressions.NumericDataAggregateX
Packages that use NumericDataAggregateX
-
Uses of NumericDataAggregateX in adalid.core
Methods in adalid.core that return NumericDataAggregateXModifier and TypeMethodDescriptionprotected static NumericDataAggregateXAbstractEntity.coalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) protected static NumericDataAggregateXOperation.coalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) protected static NumericDataAggregateXAbstractEntity.max(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) protected static NumericDataAggregateXOperation.max(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) protected static NumericDataAggregateXAbstractEntity.min(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) protected static NumericDataAggregateXOperation.min(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) -
Uses of NumericDataAggregateX in adalid.core.expressions
Methods in adalid.core.expressions that return NumericDataAggregateXModifier and TypeMethodDescriptionXB.NumericExpressionBuilder.DataAggregate.avg(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.NumericExpressionBuilder.DataAggregate.coalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.CharacterExpressionBuilder.DataAggregate.count(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) XB.EntityExpressionBuilder.DataAggregate.count(Entity operand1, Entity operand2, Entity... extraOperands) XB.NumericExpressionBuilder.DataAggregate.count(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.TemporalExpressionBuilder.DataAggregate.count(TemporalExpression operand1, TemporalExpression operand2, TemporalExpression... extraOperands) XB.NumericExpressionBuilder.DataAggregate.max(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.NumericExpressionBuilder.DataAggregate.min(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.NumericExpressionBuilder.DataAggregate.product(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) XB.NumericExpressionBuilder.DataAggregate.sum(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)