Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DResultSet.java2003 public void updateNClob(int columnIndex, NClob nClob) throws SQLException; in updateNClob() method
2010 public void updateNClob(String columnLabel, NClob nClob) throws SQLException; in updateNClob() method
2163 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException; in updateNClob() method
2170 public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException; in updateNClob() method
2261 public void updateNClob(int columnIndex, Reader reader) throws SQLException; in updateNClob() method
2268 public void updateNClob(String columnLabel, Reader reader) throws SQLException; in updateNClob() method