Home
last modified time | relevance | path

Searched defs:updateAsciiStream (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java615 public void updateAsciiStream(int columnIndex, InputStream x, int length) in updateAsciiStream() method in Impl_RowSet
619 public void updateAsciiStream(String columnName, InputStream x, int length) in updateAsciiStream() method in Impl_RowSet
822 public void updateAsciiStream(int columnIndex, InputStream x, long length) in updateAsciiStream() method in Impl_RowSet
827 public void updateAsciiStream(String columnLabel, InputStream x, long length) in updateAsciiStream() method in Impl_RowSet
832 public void updateAsciiStream(int columnIndex, InputStream x) in updateAsciiStream() method in Impl_RowSet
837 public void updateAsciiStream(String columnLabel, InputStream x) in updateAsciiStream() method in Impl_RowSet