Searched refs:updateBlob (Results 1 – 1 of 1) sorted by relevance
2861 void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException; in updateBlob() method2880 void updateBlob(String columnLabel, java.sql.Blob x) throws SQLException; in updateBlob() method3564 void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException; in updateBlob() method3588 void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException; in updateBlob() method3948 void updateBlob(int columnIndex, InputStream inputStream) throws SQLException; in updateBlob() method3973 void updateBlob(String columnLabel, InputStream inputStream) throws SQLException; in updateBlob() method