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

/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1422 public void updateBinaryStream(int columnIndex, InputStream x, int length) method in interface:ResultSet
1437 public void updateBinaryStream(String columnName, InputStream x, int length) method in interface:ResultSet
2100 public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException; method in interface:ResultSet
2121 public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException; method in interface:ResultSet
2198 public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException; method in interface:ResultSet
2219 public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException; method in interface:ResultSet

Completed in 32 milliseconds