public class SQLServerTop extends SQLServerObjectImpl
| Constructor and Description |
|---|
SQLServerTop() |
SQLServerTop(SQLExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLExpr |
getExpr() |
boolean |
isPercent() |
boolean |
isWithTies() |
void |
setExpr(SQLExpr expr) |
void |
setPercent(boolean percent) |
void |
setWithTies(boolean withTies) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLServerTop()
public SQLServerTop(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public boolean isPercent()
public void setPercent(boolean percent)
public boolean isWithTies()
public void setWithTies(boolean withTies)
public void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectaccept0 in class SQLServerObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.