Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java921 public void updateNCharacterStream(int columnIndex, Reader x, long length) in updateNCharacterStream() method in Impl_RowSet
926 public void updateNCharacterStream(String columnLabel, Reader reader, in updateNCharacterStream() method in Impl_RowSet
931 public void updateNCharacterStream(int columnIndex, Reader x) in updateNCharacterStream() method in Impl_RowSet
936 public void updateNCharacterStream(String columnLabel, Reader reader) in updateNCharacterStream() method in Impl_RowSet