Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.24 KB

File metadata and controls

38 lines (28 loc) · 1.24 KB
title insertRow Method (SQLServerResultSet)
description insertRow 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.insertRow
apitype Assembly

insertRow Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Adds the contents of the insert row to this SQLServerResultSet object and to the database.

Syntax

  
public void insertRow()  

Exceptions

SQLServerException

Remarks

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

The cursor must be on the insert row when this method is called. After this method is called, the cursor remains on the insert row and the result set remains in insert mode.

See Also

SQLServerResultSet Members
SQLServerResultSet Class