Home
last modified time | relevance | path

Searched refs:updateBigDecimal (Results 1 – 2 of 2) 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
/libcore/api/
Dcurrent.txt10336 method public void updateBigDecimal(int, java.math.BigDecimal) throws java.sql.SQLException;
10337 method public void updateBigDecimal(String, java.math.BigDecimal) throws java.sql.SQLException;