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ú.
Retrieves the value of the designated NCHAR, NVARCHAR, or LONGNVARCHAR parameter as a String in the Java programming language.
Syntax
public final java.lang.String getNString(int parameterIndex)
Parameters
parameterIndex
An int that indicates the parameter index.
Return Value
AStringobject.
Exceptions
Remarks
This getNString method is specified by the getNString method in the java.sql.CallableStatement interface.
See Also
getNString Method (SQLServerCallableStatement)
SQLServerCallableStatement Members