Searched refs:updateLong (Results 1 – 2 of 2) sorted by relevance
701 public void updateLong(int columnIndex, long x) throws SQLException { in updateLong() method in Impl_RowSet704 public void updateLong(String columnName, long x) throws SQLException { in updateLong() method in Impl_RowSet
1036 public void updateLong(int colIndex, long b) throws SQLException {1167 public void updateLong(String colName, long b) throws SQLException {1169 updateLong(col, b);