Node-DuckDB API > ResultIterator > fetchRow
Fetch the next row
Signature:
fetchRow(): T;
Returns:
T
First call returns the first row, when no more rows left null
is returned.
Node-DuckDB API > ResultIterator > fetchRow
Fetch the next row
Signature:
fetchRow(): T;
Returns:
T
First call returns the first row, when no more rows left null
is returned.