| title | updateString Method (int, java.lang.String) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | f8d2f620-0cdf-4a3b-8af4-5e8c4462a42d | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a String value given the column index.
public void updateString(int index,
java.lang.String x)
index
An int that indicates the column index.
x
A String object.
This updateString method is specified by the updateString method in the java.sql.ResultSet interface.
updateString Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class