public class OscarTop extends OscarObjectImpl
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OscarASTVisitor visitor) |
OscarTop |
clone() |
SQLExpr |
getExpr() |
boolean |
isPercent() |
boolean |
isWithTies() |
void |
setExpr(int expr) |
void |
setExpr(SQLExpr expr) |
void |
setPercent(boolean percent) |
void |
setWithTies(boolean withTies) |
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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic OscarTop()
public OscarTop(SQLExpr expr)
public void accept0(OscarASTVisitor visitor)
accept0 in interface OscarObjectaccept0 in class OscarObjectImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void setExpr(int expr)
public boolean isPercent()
public void setPercent(boolean percent)
public boolean isWithTies()
public void setWithTies(boolean withTies)
public OscarTop clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2022 Alibaba Group. All rights reserved.