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

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

Completed in 1801 milliseconds