Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.11 KB

File metadata and controls

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

moveToCurrentRow Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Moves the cursor to the remembered cursor position, which is usually the current row.

Syntax

  
public void moveToCurrentRow()  

Exceptions

SQLServerException

Remarks

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

This method has no effect if the cursor is not on the insert row.

See Also

SQLServerResultSet Members
SQLServerResultSet Class