Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Sets the designated parameter to the specified java.io.Reader object.
Note
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
Syntax
public final void setCharacterStream(int parameterIndex,
java.io.Reader reader)
Parameters
parameterIndex
An int that indicates the parameter number.
reader
The java.io.Reader object that contains the Unicode data.
Exceptions
Remarks
This setCharacterStream method is specified by the setCharacterStream method in the java.sql.PreparedStatement interface.
See Also
setCharacterStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members