public class SQLServerTop extends SQLServerObjectImpl
Constructor and Description |
---|
SQLServerTop() |
SQLServerTop(SQLExpr expr) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLServerTop |
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, 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 void setExpr(int 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
public SQLServerTop clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.