Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.52 KB

File metadata and controls

52 lines (39 loc) · 1.52 KB
title updateString Method (java.lang.String, 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 (java.lang.String, java.lang.String)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 3a9236bb-a307-45a8-b7d2-c4cbd9b3cb35
author David-Engel
ms.author v-daenge

updateString Method (java.lang.String, java.lang.String)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateString(java.lang.String columnName,  
                         java.lang.String x)  

Parameters

columnName

A String that contains the column name.

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