Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.53 KB

File metadata and controls

56 lines (43 loc) · 1.53 KB
title updateBoolean Method (java.lang.String, boolean) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerResultSet.updateBoolean (java.lang.String, boolean)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 5fed9ebb-d9a3-4d1a-9212-1057a603c4e5
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard

updateBoolean Method (java.lang.String, boolean)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateBoolean(java.lang.String columnName,  
                          boolean x)  

Parameters

columnName

A String that contains the column name.

x

A boolean value.

Exceptions

SQLServerException

Remarks

This updateBoolean method is specified by the updateBoolean method in the java.sql.ResultSet interface.

See Also

updateBoolean Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class