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ú.
Updates the designated column with a String value using the specified column index.
Syntax
public void updateNString(int columnIndex,
java.lang.String nString)
Parameters
columnIndex
An int that indicates the column index.
nString
A String object.
Exceptions
Remarks
This updateNString method is specified by the updateNString method in the java.sql.ResultSet interface.
This method passes Java String to selected nchar, nvarchar(max), ntext, and xml columns. Using this method on other data type columns will throw an exception.
See Also
updateNString Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class