| 程序包 | 说明 |
|---|---|
| org.h2.expression.analysis |
Base classes for data analysis operations and implementations of window functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
WindowFrame |
Window.getWindowFrame()
Returns window frame, or null.
|
WindowFrame |
Window.getWindowFrame()
Returns window frame, or null.
|
| 构造器和说明 |
|---|
Window(String parent,
ArrayList<Expression> partitionBy,
ArrayList<QueryOrderBy> orderBy,
WindowFrame frame)
Creates a new instance of window clause.
|
Window(String parent,
ArrayList<Expression> partitionBy,
ArrayList<QueryOrderBy> orderBy,
WindowFrame frame)
Creates a new instance of window clause.
|
Copyright © 2022. All rights reserved.