Searched refs:updateAsciiStream (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1364 public void updateAsciiStream(int columnIndex, InputStream x, int length) method in interface:ResultSet
1379 public void updateAsciiStream(String columnName, InputStream x, int length) method in interface:ResultSet
2093 public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException; method in interface:ResultSet
2114 public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException; method in interface:ResultSet
2191 public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException; method in interface:ResultSet
2212 public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException; method in interface:ResultSet

Completed in 367 milliseconds