Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.28 KB

File metadata and controls

35 lines (29 loc) · 1.28 KB
title updateBoolean 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.updateBoolean
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 524ecc30-1587-47e1-812d-ddbc75163266
author David-Engel
ms.author v-daenge

updateBoolean Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a boolean value.

Overload List

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class