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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 SQLServerObject
accept0
in class SQLServerObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.