Home | History | Annotate | Download | only in sql

Lines Matching defs:getBigDecimal

360      * @deprecated Use {@code getBigDecimal(int columnIndex)}
361 * or {@code getBigDecimal(String columnLabel)}
364 BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException;
648 * @deprecated Use {@code getBigDecimal(int columnIndex)}
649 * or {@code getBigDecimal(String columnLabel)}
652 BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException;
1007 BigDecimal getBigDecimal(int columnIndex) throws SQLException;
1024 BigDecimal getBigDecimal(String columnLabel) throws SQLException;