Class H2PlainRowSingle

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

    public class H2PlainRowSingle
    extends H2Row
    Single value row.
    • Constructor Detail

      • H2PlainRowSingle

        public H2PlainRowSingle​(org.h2.value.Value v)
        Parameters:
        v - 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.