| title | updateBoolean Method (java.lang.String, 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 5fed9ebb-d9a3-4d1a-9212-1057a603c4e5 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a boolean value given the column name.
public void updateBoolean(java.lang.String columnName,
boolean x)
columnName
A String that contains the column name.
x
A boolean value.
This updateBoolean method is specified by the updateBoolean method in the java.sql.ResultSet interface.
updateBoolean Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class