That's true, but column data can be extracted in a variety of formats. This
will allow the caller to specify which type to use. It will also be necessary
when extracting date values for use in JSON serialization, since JSONSerializer
doesn't support dates.
On Tuesday, April 14, 2009, at 02:13PM, "Noel Grandin" <[email protected]>
wrote:
>You should be able to introspect the types of the columns in the
>ResultSet using ResultSet#getMetaData().
>
>On Tue, Apr 14, 2009 at 18:33, Greg Brown <[email protected]> wrote:
>> - the desired type of the output (so we know which ResultSet getter to invoke
>
>