class QueryArrayResult
extends QueryResult
import { QueryArrayResult } 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 array
Properties
rows: T[]
The result rows
Methods
insertRow(row_data: Uint8Array[], controls?: ClientControls)
Insert a row into the result