Searched refs:updateBlob (Results 1 – 1 of 1) sorted by relevance
1451 public void updateBlob(int columnIndex, Blob x) throws SQLException; in updateBlob() method1464 public void updateBlob(String columnName, Blob x) throws SQLException; in updateBlob() method2135 … public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException; in updateBlob() method2142 …public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLExcepti… in updateBlob() method2233 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException; in updateBlob() method2240 public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException; in updateBlob() method