public class OracleAnalytic extends SQLOver implements OracleExpr
SQLOver.WindowingType
Constructor and Description |
---|
OracleAnalytic() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleAnalytic |
clone() |
SQLDataType |
computeDataType() |
List<SQLObject> |
getChildren() |
OracleAnalyticWindowing |
getWindowing() |
void |
setWindowing(OracleAnalyticWindowing windowing) |
cloneTo, equals, getOf, getOrderBy, getPartitionBy, getWindowingBetweenBegin, getWindowingBetweenEnd, getWindowingType, hashCode, isWindowingBetweenBeginFollowing, isWindowingBetweenBeginPreceding, isWindowingBetweenEndFollowing, isWindowingBetweenEndPreceding, isWindowingFollowing, isWindowingPreceding, setOf, setOrderBy, setWindowing, setWindowingBetweenBegin, setWindowingBetweenBeginFollowing, setWindowingBetweenBeginPreceding, setWindowingBetweenEnd, setWindowingBetweenEndFollowing, setWindowingBetweenEndPreceding, setWindowingFollowing, setWindowingPreceding, setWindowingType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public OracleAnalyticWindowing getWindowing()
getWindowing
in class SQLOver
public OracleAnalytic clone()
public void setWindowing(OracleAnalyticWindowing windowing)
public SQLDataType computeDataType()
computeDataType
in interface SQLExpr
computeDataType
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.