updateBoolean Method (SQLServerResultSet)

Download JDBC driver

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