Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Updates the designated column with a String value using the specified column label.
Syntax
public void updateNString(java.lang.String columnLabel,
java.lang.String nString)
Parameters
columnLabel
A String that contains the column label.
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