Constructor of OINOMemoryDataset.
data as OINODataRow[] (constructor will throw if invalid)
error messages from SQL-query
ReadonlymessagesError messages
HTTP status code
HTTP status message
Wheter request was successfully executed
Add debug message. Returns self reference for chaining.
HTTP status message
operation where debug occured
Add info message. Returns self reference for chaining.
HTTP status message
operation where info occured
Add warning message. Returns self reference for chaining.
HTTP status message
operation where warning occured
Copy given messages to HTTP headers.
HTTP headers
wether error messages should be copied (default true)
wether warning messages should be copied (default false)
wether info messages should be copied (default false)
wether debug messages should be copied (default false)
Rewinds data set to the first row, returns !isEof().
Gets all rows of data.
Finds the first error message that occured
Finds the last error message that occured
Gets current row of data.
Checks if the messages contain errors.
Is data set empty.
Is there no more content, i.e. either dataset is empty or we have moved beyond last line
Attempts to moves dataset to the next row, possibly waiting for more data to become available. Returns !isEof().
Print result for logging.
Set HTTP error status using given code and message. Returns self reference for chaining.
HTTP status code
HTTP status message
operation where error occured
Set HTTP OK status (does not reset messages).
Generic in memory implementation of a data set where data is an array of rows. Used by BunSqlite and automated testing. Can be rewinded.