Module org.itsallcode.jdbc
Package org.itsallcode.jdbc.resultset
package org.itsallcode.jdbc.resultset
-
ClassDescriptionConverts a single row from a
ResultSet
to a generic row type.AResultSet
that automatically converts values to modern types in the following methods:ResultSet.getObject(String)
ResultSet.getObject(String, Class)
ResultSet.getObject(int)
ResultSet.getObject(int, Class)
RowMapper<T>Converts a single row from aResultSet
to a generic row type.Converts a single row from aResultSet
to a generic row type.