Searched refs:updateNClob (Results 1 – 1 of 1) sorted by relevance
2003 public void updateNClob(int columnIndex, NClob nClob) throws SQLException; in updateNClob() method2010 public void updateNClob(String columnLabel, NClob nClob) throws SQLException; in updateNClob() method2163 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException; in updateNClob() method2170 public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException; in updateNClob() method2261 public void updateNClob(int columnIndex, Reader reader) throws SQLException; in updateNClob() method2268 public void updateNClob(String columnLabel, Reader reader) throws SQLException; in updateNClob() method