Searched refs:updateClob (Results 1 – 1 of 1) sorted by relevance
2899 void updateClob(int columnIndex, java.sql.Clob x) throws SQLException; in updateClob() method2918 void updateClob(String columnLabel, java.sql.Clob x) throws SQLException; in updateClob() method3615 void updateClob(int columnIndex, Reader reader, long length) throws SQLException; in updateClob() method3642 void updateClob(String columnLabel, Reader reader, long length) throws SQLException; in updateClob() method4002 void updateClob(int columnIndex, Reader reader) throws SQLException; in updateClob() method4030 void updateClob(String columnLabel, Reader reader) throws SQLException; in updateClob() method