Home | History | Annotate | Download | only in sql

Lines Matching defs:setBlob

1420   void setBlob (int i, Blob x) throws SQLException;
1446 void setBlob(int parameterIndex, InputStream inputStream, long length)
1459 * <code>setBlob</code> which takes a length parameter.
1473 void setBlob(int parameterIndex, InputStream inputStream)
1502 void setBlob(String parameterName, InputStream inputStream, long length)
1518 void setBlob (String parameterName, Blob x) throws SQLException;
1530 * <code>setBlob</code> which takes a length parameter.
1541 void setBlob(String parameterName, InputStream inputStream)