接口 RowList

    • 字段详细资料

      • RESULT_SET_SIZE_UNKNOWN

        static final int RESULT_SET_SIZE_UNKNOWN
        What's returned for the size of a row list when its size can not be determined.
        另请参阅:
        常量字段值
    • 方法详细资料

      • previous

        default Row previous()
        Optionally iterate backwards on the list.
        返回:
        Row
      • get

        default Row get​(int n)
        Optionally retrieve Row at index n. Only works on non dynamic row lists.
        参数:
        n - row number
        返回:
        Row
      • getPosition

        default int getPosition()
        Returns the current position.
        返回:
        the current row number
      • size

        default int size()
        Only works on non dynamic row lists.
        返回:
        the size of this row list