Searched refs:updateAsciiStream (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 1792 void updateAsciiStream(int columnIndex, in updateAsciiStream() method 2181 void updateAsciiStream(String columnLabel, in updateAsciiStream() method 3419 void updateAsciiStream(int columnIndex, in updateAsciiStream() method 3490 void updateAsciiStream(String columnLabel, in updateAsciiStream() method 3789 void updateAsciiStream(int columnIndex, in updateAsciiStream() method 3869 void updateAsciiStream(String columnLabel, in updateAsciiStream() method
|
/libcore/api/ |
D | current.txt | 9530 … method public void updateAsciiStream(int, java.io.InputStream, int) throws java.sql.SQLException; 9531 …method public void updateAsciiStream(String, java.io.InputStream, int) throws java.sql.SQLExceptio… 9532 … method public void updateAsciiStream(int, java.io.InputStream, long) throws java.sql.SQLException; 9533 …method public void updateAsciiStream(String, java.io.InputStream, long) throws java.sql.SQLExcepti… 9534 method public void updateAsciiStream(int, java.io.InputStream) throws java.sql.SQLException; 9535 method public void updateAsciiStream(String, java.io.InputStream) throws java.sql.SQLException;
|