Class H2PlainRowPair

  • All Implemented Interfaces:
    org.h2.result.Row, org.h2.result.SearchRow

    public class H2PlainRowPair
    extends H2Row
    Row of two values.
    • Constructor Detail

      • H2PlainRowPair

        public H2PlainRowPair​(org.h2.value.Value v1,
                              org.h2.value.Value v2)
        Parameters:
        v1 - First value.
        v2 - Second value.
    • Method Detail

      • getColumnCount

        public int getColumnCount()
      • getValue

        public org.h2.value.Value getValue​(int idx)
      • setValue

        public void setValue​(int idx,
                             org.h2.value.Value v)
      • indexSearchRow

        public boolean indexSearchRow()
        Specified by:
        indexSearchRow in class H2Row
        Returns:
        True for rows used for index search.