OINO TS
    Preparing search index...

    Class OINODbMemoryDataSet

    Generic in memory implementation of a data set where data is an array of rows. Used by BunSqlite and automated testing. Can be rewinded.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    messages: string[]

    Error messages

    Methods

    • Rewinds data set to the first row, returns !isEof().

      Returns boolean

    • Attempts to moves dataset to the next row, possibly waiting for more data to become available. Returns !isEof().

      Returns Promise<boolean>