setBlob(Blob blob, PreparedStatement statement, int index, byte[] bytes) Set the blob field in the way required by the underlying database.
public void
setBlob(Blob blob, PreparedStatement statement, int index, InputStream stream, int length) Set the blob field in the way required by the underlying database.