Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.39 KB

File metadata and controls

44 lines (32 loc) · 1.39 KB
title rowInserted Method (SQLServerResultSet)
description rowInserted Method (SQLServerResultSet)
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.rowInserted
apitype Assembly

rowInserted Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether the current row has had an insertion.

Syntax

  
public boolean rowInserted()  

Return Value

true if a row has had an insertion and insertions are detected. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

The value that is returned depends on whether this SQLServerResultSet object can detect visible inserts.

Note

[!INCLUDEssNoVersion] does not detect inserted rows for any cursor type.

See Also

SQLServerResultSet Members
SQLServerResultSet Class