クラス WindowSortSpec
java.lang.Object
org.iplass.mtp.entity.query.value.window.WindowSortSpec
- すべての実装されたインタフェース:
Serializable
,ASTNode
Window関数のORDER BYのソート仕様を表す。
- 関連項目:
-
コンストラクタの概要
コンストラクタ説明WindowSortSpec
(String sortKeyField, SortSpec.SortType type) WindowSortSpec
(ValueExpression sortKey, SortSpec.SortType type) WindowSortSpec
(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec) -
メソッドの概要
修飾子とタイプメソッド説明accept
(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()
-
コンストラクタの詳細
-
WindowSortSpec
public WindowSortSpec() -
WindowSortSpec
-
WindowSortSpec
-
WindowSortSpec
public WindowSortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec)
-
-
メソッドの詳細
-
accept
-
accept
-
getSortKey
-
setSortKey
-
getType
-
setType
-
getNullOrderingSpec
-
setNullOrderingSpec
-
nulls
-
toString
-
hashCode
public int hashCode() -
equals
-