Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Sets the designated parameter to the specified Reader object.
Syntax
public final void setNCharacterStream(java.lang.String parameterName,
java.io.Reader value)
Parameters
parameterName
A String that indicates the parameter name.
value
A Reader object.
Exceptions
Remarks
This setNCharacterStream method is specified by the setNCharacterStream method in the java.sql.CallableStatement interface.
This method should be used for NCHAR, NVARCHAR, NTEXT, and XML data types.
See Also
setNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members