Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/sql/
DRowSet.java457 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; in setBlob() method
473 public void setBlob(int parameterIndex, InputStream theInputStream) in setBlob() method
492 public void setBlob(int parameterIndex, InputStream theInputStream, in setBlob() method
508 public void setBlob(String parameterName, InputStream theInputStream) in setBlob() method
526 public void setBlob(String parameterName, InputStream theInputStream, in setBlob() method
540 public void setBlob(String parameterName, Blob theBlob) throws SQLException; in setBlob() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java221 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; in setBlob() method
768 … public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException; in setBlob() method
903 public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException; in setBlob() method
DCallableStatement.java1439 …public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLExceptio… in setBlob() method
1554 public void setBlob(String parameterName, Blob blob) throws SQLException; in setBlob() method
1614 public void setBlob(String parameterName, InputStream inputStream) throws SQLException; in setBlob() method
/libcore/luni/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