title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic |
---|---|---|---|---|---|---|---|
updateNString Method (int, java.lang.String) |
updateNString Method (int, java.lang.String) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a String value using the specified column index.
public void updateNString(int columnIndex,
java.lang.String nString)
columnIndex
An int that indicates the column index.
nString
A String object.
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.
updateNString Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class