类 SQLOver
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLOver
- 所有已实现的接口:
SQLObject,SQLReplaceable
- 直接已知子类:
OracleAnalytic
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明protected SQLOrderByprotected SQLOrderByprotected booleanprotected SQLNameprotected SQLOrderByprotected SQLOrderByprotected SQLExprprotected SQLOver.WindowingBoundprotected SQLExprprotected SQLOver.WindowingBoundprotected booleanprotected booleanprotected SQLOver.WindowingType从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected 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) 从类继承的方法 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, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
字段详细资料
-
partitionBy
-
orderBy
-
distributeBy
-
sortBy
-
clusterBy
-
of
-
windowingType
-
windowingPreceding
protected boolean windowingPreceding -
windowingFollowing
protected boolean windowingFollowing -
windowingBetweenBegin
-
windowingBetweenBeginBound
-
windowingBetweenEnd
-
windowingBetweenEndBound
-
excludeCurrentRow
protected boolean excludeCurrentRow
-
-
构造器详细资料
-
SQLOver
public SQLOver() -
SQLOver
-
-
方法详细资料
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
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
- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLObjectImpl
-
replace
- 指定者:
replace在接口中SQLReplaceable
-