Retrieves the value of the designated NCHAR, NVARCHAR, or LONGNVARCHAR parameter as a String in the Java programming language.
Note:
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
Syntax
public final java.lang.String getNString(java.lang.String parameterName)
Parameters
parameterName
A String that contains the parameter name.
Return Value
A String object.
Exceptions
Remarks
This getNString method is specified by the getNString method in the java.sql.CallableStatement interface.