class QueryObjectResult
extends QueryResult
import { QueryObjectResult } from "https://deno.land/x/postgres@v0.19.0/query/query.ts";
This class is used to handle the result of a query that returns an object
Properties
rows: T[]
The rows of the result
Methods
insertRow(row_data: Uint8Array[], controls?: ClientControls)
Insert a row into the result