Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Returns an input stream to read data from the BLOB.
Syntax
public java.io.InputStream getBinaryStream()
Return Value
An input stream that contains the BLOB data.
Exceptions
Remarks
This getBinaryStream method is specified by the getBinaryStream method in the java.sql.Blob interface.
See Also
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class