import { QueryResult } from "https://dotland.deno.dev/x/postgres@v0.19.0/query/query.ts";
This class is used to handle the result of a query
Methods
insertRow(_row: Uint8Array[]): void
Add a row to the result based on metadata provided by rowDescription
This implementation depends on row description not being modified after initialization
This function can throw on validation, so any errors must be handled in the message loop accordingly
loadColumnDescriptions(description: RowDescription)
This function is required to parse each column of the results