public class OracleAnalyticWindowing extends SQLObjectImpl implements OracleExpr
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleAnalyticWindowing.Type |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
private OracleAnalyticWindowing.Type |
type |
attributes, parent| 构造器和说明 |
|---|
OracleAnalyticWindowing() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleAnalyticWindowing |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
OracleAnalyticWindowing.Type |
getType() |
void |
setExpr(SQLExpr expr) |
void |
setType(OracleAnalyticWindowing.Type type) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate OracleAnalyticWindowing.Type type
private SQLExpr expr
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public OracleAnalyticWindowing.Type getType()
public void setType(OracleAnalyticWindowing.Type type)
public OracleAnalyticWindowing clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprCopyright © 2013–2019 Alibaba Group. All rights reserved.