Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java671 public void updateClob(int columnIndex, Clob x) throws SQLException { in updateClob() method in Impl_RowSet
674 public void updateClob(String columnName, Clob x) throws SQLException { in updateClob() method in Impl_RowSet
902 public void updateClob(int columnIndex, Reader reader, long length) in updateClob() method in Impl_RowSet
907 public void updateClob(String columnLabel, Reader reader, long length) in updateClob() method in Impl_RowSet
912 public void updateClob(int columnIndex, Reader reader) throws SQLException { in updateClob() method in Impl_RowSet
916 public void updateClob(String columnLabel, Reader reader) in updateClob() method in Impl_RowSet