Home
last modified time | relevance | path

Searched refs:updateBlob (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DResultSet.java1451 public void updateBlob(int columnIndex, Blob x) throws SQLException; in updateBlob() method
1464 public void updateBlob(String columnName, Blob x) throws SQLException; in updateBlob() method
2135 … public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException; in updateBlob() method
2142 …public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLExcepti… in updateBlob() method
2233 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException; in updateBlob() method
2240 public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException; in updateBlob() method