Class Listagg
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.aggregate.Aggregate
org.iplass.mtp.entity.query.value.aggregate.OrderedSetFunction
org.iplass.mtp.entity.query.value.aggregate.Listagg
- All Implemented Interfaces:
Serializable,ASTNode
LISTAGG関数を表す。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleanprotected StringinthashCode()booleanorderBy(WithinGroupSortSpec... sortSpec) voidsetDistinct(boolean distinct) voidsetSeparator(Literal separator) toString()Methods inherited from class org.iplass.mtp.entity.query.value.aggregate.OrderedSetFunction
getWithinGroup, setWithinGroupMethods inherited from class org.iplass.mtp.entity.query.value.aggregate.Aggregate
getValue, setValueMethods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
Constructor Details
-
Listagg
public Listagg() -
Listagg
-
Listagg
-
Listagg
-
Listagg
-
-
Method Details
-
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean distinct) -
getSeparator
-
setSeparator
-
orderBy
-
toString
- Specified by:
toStringin interfaceASTNode- Overrides:
toStringin classOrderedSetFunction
-
getFuncName
- Specified by:
getFuncNamein classAggregate
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceASTNode- Overrides:
hashCodein classOrderedSetFunction
-
equals
- Specified by:
equalsin interfaceASTNode- Overrides:
equalsin classOrderedSetFunction
-
accept
-
accept
- Specified by:
acceptin classValueExpression
-