Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Sets the designated parameter to the specified input stream.
Syntax
public void setBinaryStream(java.lang.String parameterName,
java.io.InputStream x)
Parameters
parameterName
A String that contains the name of the parameter.
x
An InputStream object.
Exceptions
Remarks
This setBinaryStream method is specified by the setBinaryStream method in the java.sql.CallableStatement interface.
See Also
setBinaryStream (SQLServerCallableStatement)
SQLServerCallableStatement Members