Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

File metadata and controls

42 lines (31 loc) · 1.16 KB
title updateNull Method (int)
description updateNull Method (int)
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.updateNull (int)
apitype Assembly

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