com.alibaba.druid.sql.dialect.mysql.ast.statement
Class MySqlSelectQueryBlock.Limit

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock.Limit
All Implemented Interfaces:
SQLObject, Serializable
Enclosing class:
MySqlSelectQueryBlock

public static class MySqlSelectQueryBlock.Limit
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
MySqlSelectQueryBlock.Limit()
           
 
Method Summary
 SQLExpr getOffset()
           
 SQLExpr getRowCount()
           
 void setOffset(SQLExpr offset)
           
 void setRowCount(SQLExpr rowCount)
           
 
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
 

Constructor Detail

MySqlSelectQueryBlock.Limit

public MySqlSelectQueryBlock.Limit()
Method Detail

getRowCount

public SQLExpr getRowCount()

setRowCount

public void setRowCount(SQLExpr rowCount)

getOffset

public SQLExpr getOffset()

setOffset

public void setOffset(SQLExpr offset)


Copyright © 2012 Alibaba Group. All Rights Reserved.