iterate

fun iterate(vararg anonymousParameters: SQLInputValue?): ERROR CLASS: Symbol not found for js.iterable.JsIterator<ERROR CLASS: Symbol not found for js.objects.ReadonlyRecord<kotlin/String, {node/sqlite/SQLOutputValue=} kotlin/Any?>>(source)

This method executes a prepared statement and returns an iterator of objects. If the prepared statement does not return any results, this method returns an empty iterator. The prepared statement parameters are bound using the values in namedParameters and anonymousParameters.

Since

v22.13.0

Parameters

namedParameters

An optional object used to bind named parameters. The keys of this object are used to configure the mapping.

anonymousParameters

Zero or more values to bind to anonymous parameters.


fun iterate(namedParameters: ERROR CLASS: Symbol not found for js.objects.ReadonlyRecord<kotlin/String, {node/sqlite/SQLInputValue=} kotlin/Any?>, vararg anonymousParameters: SQLInputValue?): ERROR CLASS: Symbol not found for js.iterable.JsIterator<ERROR CLASS: Symbol not found for js.objects.ReadonlyRecord<kotlin/String, {node/sqlite/SQLOutputValue=} kotlin/Any?>>(source)