ResultSetRowIterator

The user can convert the returned rows based on ColumnMetaData

Parameters

resultSet

the result set to iterate. It must be open and will be closed after iteration.

Constructors

Link copied to clipboard
constructor(resultSet: ResultSet)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun forEachRemaining(p0: Consumer<in List<Any?>>)
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): List<Any?>