Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.43 KB

File metadata and controls

52 lines (39 loc) · 1.43 KB
title updateBoolean Method (int, boolean) | 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 (int, boolean)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 7937f4bb-8537-4012-af81-837f9ac123a2
author David-Engel
ms.author v-daenge

updateBoolean Method (int, boolean)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateBoolean(int index,  
                          boolean x)  

Parameters

index

An int that indicates the column index.

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