Searched refs:updateDouble (Results 1 – 2 of 2) sorted by relevance
683 public void updateDouble(int columnIndex, double x) throws SQLException { in updateDouble() method in Impl_RowSet686 public void updateDouble(String columnName, double x) throws SQLException { in updateDouble() method in Impl_RowSet
1054 public void updateDouble(int colIndex, double f) throws SQLException {1177 public void updateDouble(String colName, double f) throws SQLException {1179 updateDouble(col, f);