QueryResultProps extension

deno-postgres@v0.17.0/QueryResult.

on

Properties

command CommandType
deno-postgres@v0.17.0/QueryResult/command.
read-only

Methods

insertRow(List<List<int>> row) → void
deno-postgres@v0.17.0/QueryResult/insertRow.