Class H2Row

    • Constructor Detail

      • H2Row

        public H2Row()
    • Method Detail

      • setKeyAndVersion

        public void setKeyAndVersion​(org.h2.result.SearchRow old)
        Specified by:
        setKeyAndVersion in interface org.h2.result.SearchRow
      • getVersion

        public int getVersion()
        Specified by:
        getVersion in interface org.h2.result.SearchRow
      • setKey

        public void setKey​(long key)
        Specified by:
        setKey in interface org.h2.result.SearchRow
      • getKey

        public long getKey()
        Specified by:
        getKey in interface org.h2.result.SearchRow
      • getMemory

        public int getMemory()
        Specified by:
        getMemory in interface org.h2.result.SearchRow
      • getCopy

        public org.h2.result.Row getCopy()
        Specified by:
        getCopy in interface org.h2.result.Row
      • setVersion

        public void setVersion​(int version)
        Specified by:
        setVersion in interface org.h2.result.Row
      • getByteCount

        public int getByteCount​(org.h2.store.Data dummy)
        Specified by:
        getByteCount in interface org.h2.result.Row
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface org.h2.result.Row
      • setDeleted

        public void setDeleted​(boolean deleted)
        Specified by:
        setDeleted in interface org.h2.result.Row
      • setSessionId

        public void setSessionId​(int sessionId)
        Specified by:
        setSessionId in interface org.h2.result.Row
      • getSessionId

        public int getSessionId()
        Specified by:
        getSessionId in interface org.h2.result.Row
      • commit

        public void commit()
        Specified by:
        commit in interface org.h2.result.Row
      • isDeleted

        public boolean isDeleted()
        Specified by:
        isDeleted in interface org.h2.result.Row
      • getValueList

        public org.h2.value.Value[] getValueList()
        Specified by:
        getValueList in interface org.h2.result.Row
      • expireTime

        public long expireTime()
        Returns:
        Expire time.
      • indexSearchRow

        public abstract boolean indexSearchRow()
        Returns:
        True for rows used for index search.