Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java941 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob() method in Impl_RowSet
945 public void updateNClob(String columnLabel, NClob nClob) in updateNClob() method in Impl_RowSet
950 public void updateNClob(int columnIndex, Reader reader, long length) in updateNClob() method in Impl_RowSet
955 public void updateNClob(String columnLabel, Reader reader, long length) in updateNClob() method in Impl_RowSet
960 public void updateNClob(int columnIndex, Reader reader) throws SQLException { in updateNClob() method in Impl_RowSet
964 public void updateNClob(String columnLabel, Reader reader) in updateNClob() method in Impl_RowSet