ObjectGetter

data class ObjectGetter<T>(val type: Class<T>) : JdbcGetter<T>

Constructors

Link copied to clipboard
constructor(type: Class<T>)

Properties

Link copied to clipboard
val type: Class<T>

Functions

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