Compartir a través de


setBinaryStream Method (SQLServerBlob)

Retrieves a stream that can be used to write to the BLOB value.

public java.io.OutputStream setBinaryStream(long pos)

Parámetros

Pos

The position in the BLOB value at which to start writing)

Valor devuelto

An output stream.

Excepciones

java.sql.SQLException

Notas

This setBinaryStream method is specified by the setBinaryStream method in the java.sql.Blob interface.

Data in the BLOB is overwritten by the output stream starting at the specified position and can over-run the initial length of the BLOB. Specifying a position+1 value will append bytes. Passing a position+2 or greater (or zero or less) value will cause a position error to be thrown.

Vea también

Referencia

SQLServerBlob Class

Conceptos

SQLServerBlob Methods
SQLServerBlob Members