Home
last modified time | relevance | path

Searched refs:updateBigDecimal (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1674 void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException; in updateBigDecimal() method
2062 void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException; in updateBigDecimal() method