Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

File metadata and controls

30 lines (24 loc) · 1.17 KB
title updateBoolean Method (SQLServerResultSet)
description updateBoolean Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateBoolean
apitype Assembly

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