Class SQLLimit

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLLimit
All Implemented Interfaces:
SQLObject, SQLReplaceable

public final class SQLLimit extends SQLObjectImpl implements SQLReplaceable
Created by wenshao on 16/9/25.
  • Constructor Details

    • SQLLimit

      public SQLLimit()
    • SQLLimit

      public SQLLimit(int rowCount)
    • SQLLimit

      public SQLLimit(SQLExpr rowCount)
    • SQLLimit

      public SQLLimit(SQLExpr offset, SQLExpr rowCount)
  • Method Details