iterate
abstract fun iterate(stringElements: TemplateStringsArray, vararg boundParameters: SQLInputValue): JsIterator<ReadonlyRecord<String, SQLOutputValue>>(source)
Executes the given SQL query and returns an iterator over the resulting rows.
Since
v24.9.0