Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Sets the designated parameter to the specified NClob object.
public final void setNClob(java.lang.String parameterName,
java.sql.NClob value)
parameterName
A String that contains the parameter name.
value
A NClob object.
This method should be used for NCHAR, NVARCHAR, NTEXT, and XML parameter data types.
This setNClob method is specified by the setNClob method in the java.sql.CallableStatement interface.
setNClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Members