Class WindowSortSpec
java.lang.Object
org.iplass.mtp.entity.query.value.window.WindowSortSpec
- All Implemented Interfaces:
Serializable,ASTNode
Window関数のORDER BYのソート仕様を表す。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWindowSortSpec(String sortKeyField, SortSpec.SortType type) WindowSortSpec(ValueExpression sortKey, SortSpec.SortType type) WindowSortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleangetType()inthashCode()nulls(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetNullOrderingSpec(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetSortKey(ValueExpression sortKey) voidsetType(SortSpec.SortType type) toString()
-
Constructor Details
-
WindowSortSpec
public WindowSortSpec() -
WindowSortSpec
-
WindowSortSpec
-
WindowSortSpec
public WindowSortSpec(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
-