Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.46 KB

File metadata and controls

52 lines (39 loc) · 1.46 KB
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
SQLServerResultSet.updateString (int, java.lang.String)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid f8d2f620-0cdf-4a3b-8af4-5e8c4462a42d
author David-Engel
ms.author v-daenge

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