Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.15 KB

movetocurrentrow-method-sqlserverresultset.md

File metadata and controls

38 lines (28 loc) · 1.15 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
moveToCurrentRow Method (SQLServerResultSet)
moveToCurrentRow Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.moveToCurrentRow
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