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