public class TupleRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<Tuple>
RowMapper
implementation to be used with the Tuple
data structure. The resulting Tuple consists of the column names as the
field names and the result of the ResultSet.getObject(int)
as the
value. The order of the data will be the order they are returned in the
ResultSet (column order).Constructor and Description |
---|
TupleRowMapper() |