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.txt9538 … method public void updateBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException;
9539 …method public void updateBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLExcepti…
9540 …method public void updateBinaryStream(int, java.io.InputStream, long) throws java.sql.SQLException;
9541 …method public void updateBinaryStream(String, java.io.InputStream, long) throws java.sql.SQLExcept…
9542 method public void updateBinaryStream(int, java.io.InputStream) throws java.sql.SQLException;
9543 method public void updateBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;