Package adalid.core.expressions
Class XB.CharacterExpressionBuilder.DataAggregate
- java.lang.Object
-
- adalid.core.expressions.XB.CharacterExpressionBuilder.DataAggregate
-
- Enclosing class:
- XB.CharacterExpressionBuilder
public class XB.CharacterExpressionBuilder.DataAggregate extends Object
-
-
Constructor Summary
Constructors Constructor Description DataAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterDataAggregateXcoalesce(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)CharacterDataAggregateXconcat(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)NumericDataAggregateXcount(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)CharacterDataAggregateXmax(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)CharacterDataAggregateXmin(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
-
-
Method Detail
-
coalesce
public CharacterDataAggregateX coalesce(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
count
public NumericDataAggregateX count(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
max
public CharacterDataAggregateX max(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
min
public CharacterDataAggregateX min(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
concat
public CharacterDataAggregateX concat(CharacterExpression operand1, CharacterExpression operand2, CharacterExpression... extraOperands)
-
-