Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.34 KB

File metadata and controls

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