public class PGAnalyticWindowing extends SQLObjectImpl implements PGExpr
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PGAnalyticWindowing.Type |
| 构造器和说明 |
|---|
PGAnalyticWindowing() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
SQLExpr |
getExpr() |
PGAnalyticWindowing.Type |
getType() |
void |
setExpr(SQLExpr expr) |
void |
setType(PGAnalyticWindowing.Type type) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public PGAnalyticWindowing.Type getType()
public void setType(PGAnalyticWindowing.Type type)
Copyright © 2012 Alibaba Group. All Rights Reserved.