insertRow method
deno-postgres@v0.17.0/QueryResult/insertRow.
Implementation
void insertRow(List<List<int>> row) => callMethod(this, 'insertRow', [row]);
deno-postgres@v0.17.0/QueryResult/insertRow.
void insertRow(List<List<int>> row) => callMethod(this, 'insertRow', [row]);