Searched refs:updateClob (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 2899 void updateClob(int columnIndex, java.sql.Clob x) throws SQLException; in updateClob() method 2918 void updateClob(String columnLabel, java.sql.Clob x) throws SQLException; in updateClob() method 3615 void updateClob(int columnIndex, Reader reader, long length) throws SQLException; in updateClob() method 3642 void updateClob(String columnLabel, Reader reader, long length) throws SQLException; in updateClob() method 4002 void updateClob(int columnIndex, Reader reader) throws SQLException; in updateClob() method 4030 void updateClob(String columnLabel, Reader reader) throws SQLException; in updateClob() method
|
/libcore/api/ |
D | current.txt | 10362 method public void updateClob(int, java.sql.Clob) throws java.sql.SQLException; 10363 method public void updateClob(String, java.sql.Clob) throws java.sql.SQLException; 10364 method public void updateClob(int, java.io.Reader, long) throws java.sql.SQLException; 10365 method public void updateClob(String, java.io.Reader, long) throws java.sql.SQLException; 10366 method public void updateClob(int, java.io.Reader) throws java.sql.SQLException; 10367 method public void updateClob(String, java.io.Reader) throws java.sql.SQLException;
|