com.alibaba.druid.sql.dialect.mysql.ast.statement
Class MySqlSelectQueryBlock.Limit
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
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
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 © 2012 Alibaba Group. All Rights Reserved.