Returns an input stream to read data from the BLOB.

public java.io.InputStream getBinaryStream()

Return Value

An input stream that contains the BLOB data.

Exceptions

SQLServerException

Remarks

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

See Also