moveToCurrentRow 方法 (SQLServerResultSet)

下载 JDBC 驱动程序

把游标移动到记住的游标位置,通常为当前行。

语法

  
public void moveToCurrentRow()  

例外

SQLServerException

备注

此 moveToCurrentRow 方法是由 java.sql.ResultSet 接口中的 moveToCurrentRow 方法指定的。

如果游标未处在插入行中,此方法没有作用。

另请参阅

SQLServerResultSet 成员
SQLServerResultSet 类