| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 524ecc30-1587-47e1-812d-ddbc75163266 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a boolean value.
| 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. |