Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Sets the designated parameter to the specified String object.
Syntax
public final void setNString(java.lang.String parameterName, java.lang.String value)
Parameters
parameterName
A String that indicates the parameter name.
value
A String object.
Exceptions
Remarks
This method should be used for NCHAR, NVARCHAR, NTEXT, and XML data types.
This setNString method is specified by the setNString method in the java.sql.CallableStatement interface.
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class