Searched defs:updateBlob (Results 1 – 1 of 1) sorted by relevance
639 public void updateBlob(int columnIndex, Blob x) throws SQLException { in updateBlob() method in Impl_RowSet642 public void updateBlob(String columnName, Blob x) throws SQLException { in updateBlob() method in Impl_RowSet862 public void updateBlob(int columnIndex, InputStream inputStream, long length) in updateBlob() method in Impl_RowSet867 public void updateBlob(String columnLabel, InputStream inputStream, in updateBlob() method in Impl_RowSet872 public void updateBlob(int columnIndex, InputStream inputStream) in updateBlob() method in Impl_RowSet877 public void updateBlob(String columnLabel, InputStream inputStream) in updateBlob() method in Impl_RowSet