public class SQLOver extends SQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLOver.WindowingType |
| Constructor and Description |
|---|
SQLOver() |
SQLOver(SQLOrderBy orderBy) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLOver()
public SQLOver(SQLOrderBy orderBy)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLName getOf()
public void setOf(SQLName of)
public SQLExpr getWindowing()
public void setWindowing(SQLExpr windowing)
public SQLOver.WindowingType getWindowingType()
public void setWindowingType(SQLOver.WindowingType windowingType)
public boolean isWindowingPreceding()
public void setWindowingPreceding(boolean windowingPreceding)
public boolean isWindowingFollowing()
public void setWindowingFollowing(boolean windowingFollowing)
public SQLExpr getWindowingBetweenBegin()
public void setWindowingBetweenBegin(SQLExpr windowingBetweenBegin)
public boolean isWindowingBetweenBeginPreceding()
public void setWindowingBetweenBeginPreceding(boolean windowingBetweenBeginPreceding)
public boolean isWindowingBetweenBeginFollowing()
public void setWindowingBetweenBeginFollowing(boolean windowingBetweenBeginFollowing)
public SQLExpr getWindowingBetweenEnd()
public void setWindowingBetweenEnd(SQLExpr windowingBetweenEnd)
public boolean isWindowingBetweenEndPreceding()
public void setWindowingBetweenEndPreceding(boolean windowingBetweenEndPreceding)
public boolean isWindowingBetweenEndFollowing()
public void setWindowingBetweenEndFollowing(boolean windowingBetweenEndFollowing)
public void cloneTo(SQLOver x)
public SQLOver clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.