Module org.itsallcode.jdbc
Package org.itsallcode.jdbc.resultset.generic
package org.itsallcode.jdbc.resultset.generic
-
ClassDescriptionRepresents the metadata of a single column.Represents the type of a column.Represents a generic column value.This
ContextRowMapper
converts a row to the genericRow
type.A simplified row mapper that gets a list of column values as input.Represents a generic row from a result set.A wrapper forResultSetMetaData
to simplify usage.