Home
last modified time | relevance | path

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

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