new RowIterator() An iterator for processing rows. Source: vertx-sql-client-js/row_iterator.js, line 32 Methods hasNext() → {boolean} Source: vertx-sql-client-js/row_iterator.js, line 45 Returns: Type boolean next() → {Row} Source: vertx-sql-client-js/row_iterator.js, line 61 Returns: Type Row