Result of a query (SELECT) operation.
Contains column metadata and rows of values.
Column names in the result set.
Server-reported execution time in seconds.
Column types as reported by SQLite.
Row data as arrays of values (one per row).
Result of a query (SELECT) operation.
Contains column metadata and rows of values.