Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java2861 void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException; in updateBlob() method
2880 void updateBlob(String columnLabel, java.sql.Blob x) throws SQLException; in updateBlob() method
3564 void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException; in updateBlob() method
3588 void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException; in updateBlob() method
3948 void updateBlob(int columnIndex, InputStream inputStream) throws SQLException; in updateBlob() method
3973 void updateBlob(String columnLabel, InputStream inputStream) throws SQLException; in updateBlob() method