Uses of Class
adalid.core.expressions.CharacterDataAggregateX
Packages that use CharacterDataAggregateX
-
Uses of CharacterDataAggregateX in adalid.core
Methods in adalid.core that return CharacterDataAggregateXModifier and TypeMethodDescriptionprotected static CharacterDataAggregateXAbstractEntity.coalesce(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) protected static CharacterDataAggregateXOperation.coalesce(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) protected static CharacterDataAggregateXAbstractEntity.max(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) protected static CharacterDataAggregateXOperation.max(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) protected static CharacterDataAggregateXAbstractEntity.min(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) protected static CharacterDataAggregateXOperation.min(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) -
Uses of CharacterDataAggregateX in adalid.core.expressions
Methods in adalid.core.expressions that return CharacterDataAggregateXModifier and TypeMethodDescriptionXB.CharacterExpressionBuilder.DataAggregate.coalesce(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) XB.CharacterExpressionBuilder.DataAggregate.concat(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) XB.CharacterExpressionBuilder.DataAggregate.concatenate(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) XB.CharacterExpressionBuilder.DataAggregate.max(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands) XB.CharacterExpressionBuilder.DataAggregate.min(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)