Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.3 KB

File metadata and controls

47 lines (36 loc) · 1.3 KB
title updateNull Method (int) | 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.updateNull (int)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b22336a1-fe53-4e00-a5ff-ede8d3f2b9f9
author David-Engel
ms.author v-daenge

updateNull Method (int)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateNull(int index)  

Parameters

index

An int that indicates the column index.

Exceptions

SQLServerException

Remarks

This updateNull method is specified by the updateNull method in the java.sql.ResultSet interface.

See Also

updateNull Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class