Searched refs:updateBinaryStream (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 1815 void updateBinaryStream(int columnIndex, in updateBinaryStream() method 2204 void updateBinaryStream(String columnLabel, in updateBinaryStream() method 3443 void updateBinaryStream(int columnIndex, in updateBinaryStream() method 3514 void updateBinaryStream(String columnLabel, in updateBinaryStream() method 3816 void updateBinaryStream(int columnIndex, in updateBinaryStream() method 3896 void updateBinaryStream(String columnLabel, in updateBinaryStream() method
|
/libcore/api/ |
D | current.txt | 10338 … method public void updateBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException; 10339 …method public void updateBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLExcepti… 10340 …method public void updateBinaryStream(int, java.io.InputStream, long) throws java.sql.SQLException; 10341 …method public void updateBinaryStream(String, java.io.InputStream, long) throws java.sql.SQLExcept… 10342 method public void updateBinaryStream(int, java.io.InputStream) throws java.sql.SQLException; 10343 method public void updateBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;
|