Class OrderedSetFunction
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
- All Implemented Interfaces:
Serializable
,ASTNode
- Direct Known Subclasses:
Listagg
順序指定がある集計関数を表す抽象クラス。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setWithinGroup
(WithinGroup withinGroup) toString()
Methods inherited from class org.iplass.mtp.entity.query.value.aggregate.Aggregate
getFuncName, getValue, setValue
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
accept, newValue
-
Constructor Details
-
OrderedSetFunction
public OrderedSetFunction()
-
-
Method Details
-
getWithinGroup
-
setWithinGroup
-
toString
-
hashCode
public int hashCode() -
equals
-