Package org.h2.index

Interface Cursor

    • Method Detail

      • get

        Row get()
        Get the complete current row. All column are available.
        Returns:
        the complete row
      • getSearchRow

        SearchRow getSearchRow()
        Get the current row. Only the data for indexed columns is available in this row.
        Returns:
        the search row
      • next

        boolean next()
        Skip to the next row if one is available.
        Returns:
        true if another row is available
      • previous

        boolean previous()
        Skip to the previous row if one is available. No filtering is made here.
        Returns:
        true if another row is available