Returns an input stream to read data from the BLOB.

语法

public java.io.InputStream getBinaryStream()

返回值

An input stream that contains the BLOB data.

异常

SQLServerException

备注

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

另请参见

SQLServerBlob Class
SQLServerBlob Methods
SQLServerBlob Members