Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java2899 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