<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Node-DuckDB API](./node-duckdb.md) &gt; [ResultIterator](./node-duckdb.resultiterator.md) &gt; [fetchRow](./node-duckdb.resultiterator.fetchrow.md)

## ResultIterator.fetchRow() method

Fetch the next row

<b>Signature:</b>

```typescript
fetchRow(): T;
```

<b>Returns:</b>

T

## Remarks

First call returns the first row, when no more rows left `null` is returned.
