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

/libcore/luni/src/main/java/java/sql/
H A DPreparedStatement.java221 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; method in interface:PreparedStatement
770 public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException; method in interface:PreparedStatement
905 public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1440 public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException; method in interface:CallableStatement
1555 public void setBlob(String parameterName, Blob blob) throws SQLException; method in interface:CallableStatement
1615 public void setBlob(String parameterName, InputStream inputStream) throws SQLException; method in interface:CallableStatement
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java457 public void setBlob(int parameterIndex, Blob theBlob) throws SQLException; method in interface:RowSet
473 public void setBlob(int parameterIndex, InputStream theInputStream) method in interface:RowSet
492 public void setBlob(int parameterIndex, InputStream theInputStream, method in interface:RowSet
508 public void setBlob(String parameterName, InputStream theInputStream) method in interface:RowSet
526 public void setBlob(String parameterName, InputStream theInputStream, method in interface:RowSet
540 public void setBlob(String parameterName, Blob theBlob) throws SQLException; method in interface:RowSet

Completed in 31 milliseconds