Anonymous - 2009-10-23

In sql2java.properties file section 7/8 there are mappings like jdbc2java.date=java.util.Date.

I need to make sure that the DECIMAL type in my db (DB2) is converted to something other than BigDecimal, as it is now.

Is there a list somewhere of what's available in jdbc2java. types?

Can I use something like jdbc2java.decimal=double?