หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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(java.lang.String parameterName)
Parameters
parameterName
A String that contains the parameter name.
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 Methods