public class SQLServerTop extends SQLServerObjectImpl
| 构造器和说明 |
|---|
SQLServerTop() |
SQLServerTop(SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLExpr |
getExpr() |
boolean |
isPercent() |
boolean |
isWithTies() |
void |
setExpr(SQLExpr expr) |
void |
setPercent(boolean percent) |
void |
setWithTies(boolean withTies) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, 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 在接口中 SQLServerObjectaccept0 在类中 SQLServerObjectImplCopyright © 2013-2014 Alibaba Group. All Rights Reserved.