spring-framework / org.springframework.jdbc.support.rowset / ResultSetWrappingSqlRowSet / getBigDecimal

getBigDecimal

open fun getBigDecimal(columnIndex: Int): BigDecimal

See Also
java.sql.ResultSet#getBigDecimal(int)

open fun getBigDecimal(columnLabel: String): BigDecimal

See Also
java.sql.ResultSet#getBigDecimal(String)