Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java639 public void updateBlob(int columnIndex, Blob x) throws SQLException { in updateBlob() method in Impl_RowSet
642 public void updateBlob(String columnName, Blob x) throws SQLException { in updateBlob() method in Impl_RowSet
862 public void updateBlob(int columnIndex, InputStream inputStream, long length) in updateBlob() method in Impl_RowSet
867 public void updateBlob(String columnLabel, InputStream inputStream, in updateBlob() method in Impl_RowSet
872 public void updateBlob(int columnIndex, InputStream inputStream) in updateBlob() method in Impl_RowSet
877 public void updateBlob(String columnLabel, InputStream inputStream) in updateBlob() method in Impl_RowSet