Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.3 KB

File metadata and controls

35 lines (29 loc) · 1.3 KB
title updateString Method (SQLServerResultSet) | 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
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 0cf286c7-9dcd-4b02-a568-ba6b6eb27e82
author David-Engel
ms.author v-daenge

updateString Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a String value.

Overload List

Name Description
updateString (int, java.lang.String) Updates the designated column with a String value given the column index.
updateString (java.lang.String, java.lang.String) Updates the designated column with a String value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class