ResultSetRowMapIterator

The user can convert the returned rows based on ColumnMetaData. The rows contain a map that is indexed by the column name and the value of the column

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
Link copied to clipboard

Functions

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