Share via


moveToCurrentRow Method (SQLServerResultSet)

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

public void moveToCurrentRow()

예외

SQLServerException

주의

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.

참고

참조

SQLServerResultSet Class

개념

SQLServerResultSet Methods
SQLServerResultSet Members