Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.22 KB

File metadata and controls

43 lines (33 loc) · 1.22 KB
title moveToCurrentRow Method (SQLServerResultSet) | 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.moveToCurrentRow
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9a7c754c-2d72-4207-b3bd-2afc6047fb3d
author David-Engel
ms.author v-daenge

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