Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.34 KB

updatestring-method-int-java-lang-string.md

File metadata and controls

47 lines (34 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateString Method (int, java.lang.String)
updateString Method (int, java.lang.String)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateString (int, java.lang.String)
Assembly

updateString Method (int, java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a String value given the column index.

Syntax

  
public void updateString(int index,  
                         java.lang.String x)  

Parameters

index

An int that indicates the column index.

x

A String object.

Exceptions

SQLServerException

Remarks

This updateString method is specified by the updateString method in the java.sql.ResultSet interface.

See Also

updateString Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class