Compartir a través de


getBinaryStream Method (SQLServerBlob)

Returns an input stream to read data from the BLOB.

public java.io.InputStream getBinaryStream()

Valor devuelto

An input stream that contains the BLOB data.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerBlob Class

Conceptos

SQLServerBlob Methods
SQLServerBlob Members