Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 451 Bytes

node-duckdb.resultiterator.fetchrow.md

File metadata and controls

21 lines (12 loc) · 451 Bytes

Node-DuckDB API > ResultIterator > fetchRow

ResultIterator.fetchRow() method

Fetch the next row

Signature:

fetchRow(): T;

Returns:

T

Remarks

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