JdbcGetter

fun interface JdbcGetter<T>

Thin wrapper around ResultSet get* methods, e.g. ResultSet.getString.

The caller owns the return value, which is not bound to the transaction. The implementation handles calling ResultSet.wasNull.

Inheritors

Functions

Link copied to clipboard
abstract fun get(rs: ResultSet, colIdx: Int): T?