إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Moves the cursor to the previous row in this SQLServerResultSet object.
Syntax
public boolean previous()
Return Value
true if the new current row is valid. false if there are no more rows to process.
Exceptions
Remarks
This previous method is specified by the previous method in the java.sql.ResultSet interface.