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