Searched refs:updateNClob (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 3116 void updateNClob(int columnIndex, NClob nClob) throws SQLException; in updateNClob() method 3137 void updateNClob(String columnLabel, NClob nClob) throws SQLException; in updateNClob() method 3670 void updateNClob(int columnIndex, Reader reader, long length) throws SQLException; in updateNClob() method 3699 void updateNClob(String columnLabel, Reader reader, long length) throws SQLException; in updateNClob() method 4060 void updateNClob(int columnIndex, Reader reader) throws SQLException; in updateNClob() method 4090 void updateNClob(String columnLabel, Reader reader) throws SQLException; in updateNClob() method
|
/libcore/api/ |
D | current.txt | 10382 method public void updateNClob(int, java.sql.NClob) throws java.sql.SQLException; 10383 method public void updateNClob(String, java.sql.NClob) throws java.sql.SQLException; 10384 method public void updateNClob(int, java.io.Reader, long) throws java.sql.SQLException; 10385 method public void updateNClob(String, java.io.Reader, long) throws java.sql.SQLException; 10386 method public void updateNClob(int, java.io.Reader) throws java.sql.SQLException; 10387 method public void updateNClob(String, java.io.Reader) throws java.sql.SQLException;
|