com.alibaba.druid.sql.dialect.sqlserver.ast
Class Top
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.sqlserver.ast.SQLServerObjectImpl
com.alibaba.druid.sql.dialect.sqlserver.ast.Top
- All Implemented Interfaces:
- SQLObject, SQLServerObject, TransactSQLObject, Serializable
public class Top
- extends SQLServerObjectImpl
- See Also:
- Serialized Form
|
Constructor Summary |
Top()
|
Top
public Top()
getExpr
public SQLExpr getExpr()
setExpr
public void setExpr(SQLExpr expr)
isPercent
public boolean isPercent()
setPercent
public void setPercent(boolean percent)
isWithTies
public boolean isWithTies()
setWithTies
public void setWithTies(boolean withTies)
accept0
public void accept0(SQLServerASTVisitor visitor)
- Specified by:
accept0 in interface SQLServerObject- Specified by:
accept0 in class SQLServerObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.