Package org.h2.table

Class VirtualConstructedTable

    • Constructor Detail

      • VirtualConstructedTable

        protected VirtualConstructedTable​(Schema schema,
                                          int id,
                                          java.lang.String name)
    • Method Detail

      • getResult

        public abstract ResultInterface getResult​(SessionLocal session)
        Read the rows from the table.
        Parameters:
        session - the session
        Returns:
        the result
      • getScanIndex

        public Index getScanIndex​(SessionLocal session)
        Description copied from class: Table
        Get the scan index to iterate through all rows.
        Specified by:
        getScanIndex in class Table
        Parameters:
        session - the session
        Returns:
        the index
      • getMaxDataModificationId

        public long getMaxDataModificationId()
        Description copied from class: Table
        Get the last data modification id.
        Specified by:
        getMaxDataModificationId in class Table
        Returns:
        the modification id