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 | 9562 method public void updateClob(int, java.sql.Clob) throws java.sql.SQLException; 9563 method public void updateClob(String, java.sql.Clob) throws java.sql.SQLException; 9564 method public void updateClob(int, java.io.Reader, long) throws java.sql.SQLException; 9565 method public void updateClob(String, java.io.Reader, long) throws java.sql.SQLException; 9566 method public void updateClob(int, java.io.Reader) throws java.sql.SQLException; 9567 method public void updateClob(String, java.io.Reader) throws java.sql.SQLException;
|