Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1815 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/
Dcurrent.txt10479 … method public void updateBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException;
10480 …method public void updateBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLExcepti…
10481 …method public void updateBinaryStream(int, java.io.InputStream, long) throws java.sql.SQLException;
10482 …method public void updateBinaryStream(String, java.io.InputStream, long) throws java.sql.SQLExcept…
10483 method public void updateBinaryStream(int, java.io.InputStream) throws java.sql.SQLException;
10484 method public void updateBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;