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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlSelectQueryBlock.Limit
所有已实现的接口:
SQLObject
包容类:
MySqlSelectQueryBlock

public static class MySqlSelectQueryBlock.Limit
extends SQLObjectImpl


构造方法摘要
MySqlSelectQueryBlock.Limit()
           
 
方法摘要
 SQLExpr getOffset()
           
 SQLExpr getRowCount()
           
 void setOffset(SQLExpr offset)
           
 void setRowCount(SQLExpr rowCount)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MySqlSelectQueryBlock.Limit

public MySqlSelectQueryBlock.Limit()
方法详细信息

getRowCount

public SQLExpr getRowCount()

setRowCount

public void setRowCount(SQLExpr rowCount)

getOffset

public SQLExpr getOffset()

setOffset

public void setOffset(SQLExpr offset)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.