程序包 gu.sql2java

接口 IPageQueryWrap

所有已知实现类:
PageQueryImplType

public interface IPageQueryWrap
  • 方法概要

    修饰符和类型
    方法
    说明
    wrap(String sql, int startRow, int numRows)
    rebuild SQL statement base sql
  • 方法详细资料

    • wrap

      String wrap(String sql, int startRow, int numRows)
      rebuild SQL statement base sql
      参数:
      sql - input SQL statement
      startRow - the start row to be used (first row = 1, last row = -1)
      numRows - the number of rows to be retrieved (all rows = a negative number)
      返回:
      rebuilt SQL statement OR null if null or not supported