com.alibaba.druid.sql.dialect.sqlserver.ast
Class Top

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.sqlserver.ast.SQLServerObjectImpl
          extended by 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()
           
 
Method Summary
 void accept0(SQLServerASTVisitor visitor)
           
 SQLExpr getExpr()
           
 boolean isPercent()
           
 boolean isWithTies()
           
 void setExpr(SQLExpr expr)
           
 void setPercent(boolean percent)
           
 void setWithTies(boolean withTies)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

Top

public Top()
Method Detail

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.