Class WithinGroupSortSpec
java.lang.Object
org.iplass.mtp.entity.query.value.aggregate.WithinGroupSortSpec
- All Implemented Interfaces:
Serializable
,ASTNode
WITHIN GROUPのソート仕様を表す。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWithinGroupSortSpec
(String sortKeyField, SortSpec.SortType type) WithinGroupSortSpec
(ValueExpression sortKey, SortSpec.SortType type) WithinGroupSortSpec
(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec) -
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) boolean
getType()
int
hashCode()
nulls
(SortSpec.NullOrderingSpec nullOrderingSpec) void
setNullOrderingSpec
(SortSpec.NullOrderingSpec nullOrderingSpec) void
setSortKey
(ValueExpression sortKey) void
setType
(SortSpec.SortType type) toString()
-
Constructor Details
-
WithinGroupSortSpec
public WithinGroupSortSpec() -
WithinGroupSortSpec
-
WithinGroupSortSpec
-
WithinGroupSortSpec
public WithinGroupSortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec)
-
-
Method Details
-
accept
-
accept
-
getSortKey
-
setSortKey
-
getType
-
setType
-
getNullOrderingSpec
-
setNullOrderingSpec
-
nulls
-
toString
-
hashCode
public int hashCode() -
equals
-