Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java121 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException { in setBlob() method in Impl_RowSet
1032 public void setBlob(int parameterIndex, InputStream theInputStream) in setBlob() method in Impl_RowSet
1037 public void setBlob(int parameterIndex, InputStream theInputStream, in setBlob() method in Impl_RowSet
1042 public void setBlob(String parameterName, InputStream theInputStream) in setBlob() method in Impl_RowSet
1047 public void setBlob(String parameterName, InputStream theInputStream, in setBlob() method in Impl_RowSet
1052 public void setBlob(String parameterName, Blob theBlob) throws SQLException { in setBlob() method in Impl_RowSet