Package no.digipost.jdbc
package no.digipost.jdbc
-
ClassDescriptionAn attribute mapper associates a
ColumnMapperwith anAttribute, and is used internally by anAttributesRowMapperto produce anAttributesMapwhere the values can be accessed in a type-safe manner.ARowMapperproducingAttributesMaps.The basicColumnMapperretrieves a value from aResultSet, and offers a way to compose a chain offunctionsthat maps the value.ColumnMapper<R>Various predefined mappers used to extract result(s) from aResultSet.RowMapper<R>Defines how to map aResultSetto an object.RowMapper.Decupled<T,U, V, W, X, Z, A, B, C, D> RowMapper.Hextupled<T,U, V, W, X, Z> RowMapper.Nonupled<T,U, V, W, X, Z, A, B, C> RowMapper.Octupled<T,U, V, W, X, Z, A, B> RowMapper.Pentupled<T,U, V, W, X> RowMapper.Quadrupled<T,U, V, W> RowMapper.Septupled<T,U, V, W, X, Z, A> RowMapper.Tripled<T,U, V> RowMapper.Tupled<T,U>