类 SQLLimit

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLLimit
所有已实现的接口:
SQLObject, SQLReplaceable

public final class SQLLimit extends SQLObjectImpl implements SQLReplaceable
Created by wenshao on 16/9/25.
  • 构造器详细资料

    • SQLLimit

      public SQLLimit()
    • SQLLimit

      public SQLLimit(int rowCount)
    • SQLLimit

      public SQLLimit(SQLExpr rowCount)
    • SQLLimit

      public SQLLimit(SQLExpr offset, SQLExpr rowCount)
  • 方法详细资料

    • getRowCount

      public SQLExpr getRowCount()
    • setRowCount

      public void setRowCount(SQLExpr rowCount)
    • setRowCount

      public void setRowCount(int rowCount)
    • getOffset

      public SQLExpr getOffset()
    • setOffset

      public void setOffset(int offset)
    • setOffset

      public void setOffset(SQLExpr offset)
    • isOffsetClause

      public boolean isOffsetClause()
    • setOffsetClause

      public void setOffsetClause(boolean offsetClause)
    • merge

      public void merge(SQLLimit other)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      指定者:
      accept0 在类中 SQLObjectImpl
    • clone

      public SQLLimit clone()
      指定者:
      clone 在接口中 SQLObject
      覆盖:
      clone 在类中 SQLObjectImpl
    • addBy

      public void addBy(SQLExpr item)
    • getBy

      public List<SQLExpr> getBy()
    • replace

      public boolean replace(SQLExpr expr, SQLExpr target)
      指定者:
      replace 在接口中 SQLReplaceable
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object