Package com.alibaba.druid.sql.ast
Class SQLOver
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLOver
- All Implemented Interfaces:
SQLObject,SQLReplaceable
- Direct Known Subclasses:
OracleAnalytic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SQLOrderByprotected SQLOrderByprotected booleanprotected SQLNameprotected SQLOrderByprotected SQLOrderByprotected SQLExprprotected SQLOver.WindowingBoundprotected SQLExprprotected SQLOver.WindowingBoundprotected booleanprotected booleanprotected SQLOver.WindowingTypeFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) clone()voidbooleangetOf()inthashCode()booleanbooleanbooleanbooleanbooleanvoidvoidvoidsetExcludeCurrentRow(boolean excludeCurrentRow) voidvoidvoidvoidsetWindowingBetweenBegin(SQLExpr windowingBetweenBegin) voidsetWindowingBetweenBeginBound(SQLOver.WindowingBound windowingBetweenBeginBound) voidsetWindowingBetweenEnd(SQLExpr windowingBetweenEnd) voidsetWindowingBetweenEndBound(SQLOver.WindowingBound windowingBetweenEndBound) voidsetWindowingPreceding(boolean windowingPreceding) voidsetWindowingType(SQLOver.WindowingType windowingType) Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Field Details
-
partitionBy
-
orderBy
-
distributeBy
-
sortBy
-
clusterBy
-
of
-
windowingType
-
windowingPreceding
protected boolean windowingPreceding -
windowingFollowing
protected boolean windowingFollowing -
windowingBetweenBegin
-
windowingBetweenBeginBound
-
windowingBetweenEnd
-
windowingBetweenEndBound
-
excludeCurrentRow
protected boolean excludeCurrentRow
-
-
Constructor Details
-
SQLOver
public SQLOver() -
SQLOver
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getOrderBy
-
setOrderBy
-
getClusterBy
-
setClusterBy
-
getDistributeBy
-
setDistributeBy
-
getSortBy
-
setSortBy
-
getOf
-
setOf
-
getPartitionBy
-
getWindowingType
-
setWindowingType
-
isWindowingPreceding
public boolean isWindowingPreceding() -
setWindowingPreceding
public void setWindowingPreceding(boolean windowingPreceding) -
getWindowingBetweenBegin
-
setWindowingBetweenBegin
-
getWindowingBetweenEnd
-
setWindowingBetweenEnd
-
isWindowingBetweenEndPreceding
public boolean isWindowingBetweenEndPreceding() -
isWindowingBetweenEndFollowing
public boolean isWindowingBetweenEndFollowing() -
getWindowingBetweenBeginBound
-
setWindowingBetweenBeginBound
-
getWindowingBetweenEndBound
-
setWindowingBetweenEndBound
-
isExcludeCurrentRow
public boolean isExcludeCurrentRow() -
setExcludeCurrentRow
public void setExcludeCurrentRow(boolean excludeCurrentRow) -
equals
-
hashCode
public int hashCode() -
cloneTo
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
replace
- Specified by:
replacein interfaceSQLReplaceable
-