public class SQLOver extends SQLObjectImpl implements SQLReplaceable
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLOver.WindowingBound |
static class |
SQLOver.WindowingType |
| Constructor and Description |
|---|
SQLOver() |
SQLOver(SQLOrderBy orderBy) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLOver()
public SQLOver(SQLOrderBy orderBy)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy x)
public SQLOrderBy getClusterBy()
public void setClusterBy(SQLOrderBy x)
public SQLOrderBy getDistributeBy()
public void setDistributeBy(SQLOrderBy x)
public SQLOrderBy getSortBy()
public void setSortBy(SQLOrderBy x)
public SQLName getOf()
public void setOf(SQLName of)
public SQLOver.WindowingType getWindowingType()
public void setWindowingType(SQLOver.WindowingType windowingType)
public boolean isWindowingPreceding()
public void setWindowingPreceding(boolean windowingPreceding)
public SQLExpr getWindowingBetweenBegin()
public void setWindowingBetweenBegin(SQLExpr windowingBetweenBegin)
public SQLExpr getWindowingBetweenEnd()
public void setWindowingBetweenEnd(SQLExpr windowingBetweenEnd)
public boolean isWindowingBetweenEndPreceding()
public boolean isWindowingBetweenEndFollowing()
public SQLOver.WindowingBound getWindowingBetweenBeginBound()
public void setWindowingBetweenBeginBound(SQLOver.WindowingBound windowingBetweenBeginBound)
public SQLOver.WindowingBound getWindowingBetweenEndBound()
public void setWindowingBetweenEndBound(SQLOver.WindowingBound windowingBetweenEndBound)
public boolean isExcludeCurrentRow()
public void setExcludeCurrentRow(boolean excludeCurrentRow)
public void cloneTo(SQLOver x)
public SQLOver clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2022 Alibaba Group. All rights reserved.