Searched defs:setBlob (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 457 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/ |
D | PreparedStatement.java | 221 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
|
D | CallableStatement.java | 1439 …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/ |
D | Impl_RowSet.java | 121 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
|