Java如何获取Mysql中的Decimal类型的数据



Java无法获取Mysql中的Decimal类型的数据,其数据类型显示为unknow,在ResultSet中怎么获取呢?

BigDecimal monthMoney=rs.getBigDecimal(“monthMoney”);