模块 org.redkale

类 RowBound

    • 构造器详细资料

      • RowBound

        public RowBound()
      • RowBound

        public RowBound​(int limit)
      • RowBound

        public RowBound​(int limit,
                        int offset)
    • 方法详细资料

      • next

        public RowBound next()
        翻下一页
        返回:
        RowBound
      • current

        public RowBound current​(int current)
        设置当前页号,页号从1开始
        参数:
        current - 页号, 从1开始
        返回:
        Flipper
      • hashCode

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

        public RowBound limit​(int limit)
      • maxLimit

        public RowBound maxLimit​(int maxlimit)
      • getLimit

        public int getLimit()
      • setLimit

        public void setLimit​(int limit)
      • getOffset

        public int getOffset()
      • setOffset

        public void setOffset​(int offset)
      • offset

        public RowBound offset​(int offset)
      • hasLimit

        public static boolean hasLimit​(RowBound round)
      • getDefaultLimit

        public static int getDefaultLimit()
      • setDefaultLimit

        public static void setDefaultLimit​(int limit)