共用方式為


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