insertRow method

void insertRow(
  1. List<List<int>> row
)

deno-postgres@v0.17.0/QueryResult/insertRow.

Implementation

void insertRow(List<List<int>> row) => callMethod(this, 'insertRow', [row]);