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

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

Completed in 175 milliseconds