The rows package is used to transform the result of a jdbc query into
a series of java beans that represent rows, columns, cells, values, formats.
This is useful in environments that expect simple java beans, and especially
simpleorm, that expects simple value objects and does not allow methods with
arguments or side effects. If you don't use any templating library this package
should be of a lesser use.